scopeLookupResult property

ScopeLookupResult? scopeLookupResult
getter/setter pair

If this identifier is meant to be looked up in the enclosing scope, the raw result the scope lookup, prior to figuring out whether a write or a read context is intended, and prior to falling back on implicit this (if appropriate).

null if this identifier is not meant to be looked up in the enclosing scope.

Implementation

ScopeLookupResult? scopeLookupResult;