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
@@ -48,7 +48,7 @@ public abstract @interface AnnoClass {
public abstract int x();
public abstract java.lang.Class<Color> c();
public abstract java.lang.Class c();
}
////////////////////