tunnelvisionlabs / LangSvcV2

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

Fix resolution of additional outer classes #43

Closed sharwell closed 9 years ago

sharwell commented 9 years ago

The expression evaluation update in #36 is able to locate fields in outer classes when the outer class is assigned to a field named this$0. In some cases, the outer class is assigned to this$1, this$2, etc.

sharwell commented 9 years ago

Moved to the new Java repository.