Java to Kotlin: correct conversion of array components in annotation attributes
This commit is contained in:
@@ -32,6 +32,14 @@ public @interface Anon6 {
|
||||
int intValue() default 10;
|
||||
}
|
||||
|
||||
public @interface Anon7 {
|
||||
Class[] value();
|
||||
}
|
||||
|
||||
public @interface Anon8 {
|
||||
Class[] classes();
|
||||
}
|
||||
|
||||
public enum E {
|
||||
A, B, C
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user