Kapt: Always use raw types for annotation parameter types (KT-30346)

This commit is contained in:
Yan Zhulanow
2019-03-13 23:13:58 +03:00
parent 90e84aa15d
commit 66754e62da
10 changed files with 74 additions and 11 deletions
@@ -164,7 +164,7 @@ public abstract interface IFoo {
@java.lang.annotation.Retention(value = java.lang.annotation.RetentionPolicy.RUNTIME)
public static abstract @interface Anno {
public abstract java.lang.Class<?>[] value();
public abstract java.lang.Class[] value();
}
@kotlin.Metadata()