JavaDescriptorResolver: Add resolve for annotation parameters (array, annotation, enum)
Temporary change testData for LoadJavaTest because enums in parameters of annotations in kotlin files is now unsupported
This commit is contained in:
+10
@@ -0,0 +1,10 @@
|
||||
package annotations;
|
||||
|
||||
import annotations.MyEnum;
|
||||
|
||||
@interface MyAnnotation {
|
||||
MyEnum value();
|
||||
}
|
||||
|
||||
@MyAnnotation(MyEnum.ONE)
|
||||
class testClass {}
|
||||
Reference in New Issue
Block a user