Track lookups in JavaSyntheticPropertiesScope

Original commit: a5708c9c0d
This commit is contained in:
Zalim Bashorov
2015-10-23 17:53:54 +03:00
parent ef1d6efe1e
commit d7a4c9a54d
11 changed files with 118 additions and 35 deletions
@@ -12,6 +12,6 @@ import baz./*p:baz*/C
}
/*p:foo*/fun /*p:foo*/MyClass.extFunc(p: /**p:foo p:bar*//*p:foo*/Array</*p:foo p:bar*/B>, e: /*p:foo*/MyEnum, c: /**???*/C): /*p:foo*/MyInterface {
/*c:foo.MyClass p:foo p:bar*/b
/*c:foo.MyClass p:foo p:bar c:foo.MyClass(getB)*/b
return /*c:foo.MyClass p:foo p:bar*/MyClass()
}