Refactor Java resolver components

- Move components from LazyJavaResolverContext to JavaResolverComponents
- Drop LazyJavaClassResolver replacing it's usages with module resolver
(now enum entries from another module as annotation arguments are being resolved, see test)
This commit is contained in:
Denis Zharkov
2016-04-18 11:21:12 +03:00
parent bbbc910e02
commit 12bbbb6ff1
16 changed files with 66 additions and 66 deletions
+1 -1
View File
@@ -7,5 +7,5 @@ public class KotlinA: AClass() {
fun paramA(p: AClass) {}
@AAnnotation fun annoA() {}
@AAnnotation(AEnum.AX) fun annoA() {}
}