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:
+1
-1
@@ -7,5 +7,5 @@ public class KotlinA: AClass() {
|
||||
|
||||
fun paramA(p: AClass) {}
|
||||
|
||||
@AAnnotation fun annoA() {}
|
||||
@AAnnotation(AEnum.AX) fun annoA() {}
|
||||
}
|
||||
Reference in New Issue
Block a user