tunnelvisionlabs / LangSvcV2

"Language Service V2" reference repository
Other
86 stars 38 forks source link

Expression evaluator supports resolution of fields in outer classes #36

Closed sharwell closed 9 years ago

sharwell commented 9 years ago

Fixes #31

sharwell commented 9 years ago

This is able to locate fields in outer classes when the outer class is assigned to a field named this$0. Issue #43 is opened to expand this search to fields with different names that serve the same purpose.