PolymerLabs / arcs

Arcs
BSD 3-Clause "New" or "Revised" License
56 stars 35 forks source link

Refinement & Query support for dereference and accesses into inline entities and nullables #7129

Open shans opened 3 years ago

shans commented 3 years ago

(from b/174612477)

This should include support for a dereference operator / function as well as . dot/accessor operators into entities and references.

There should also be some consideration of the interaction with type checking.

An additional ?. operator may be useful.