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

This reverts commit 66754e62
This commit is contained in:
Yan Zhulanow
2019-04-22 16:15:43 +03:00
parent 9a5bbcb00b
commit a0778ad703
10 changed files with 11 additions and 74 deletions
@@ -48,7 +48,7 @@ public abstract @interface AnnoClass {
public abstract int x();
public abstract java.lang.Class c();
public abstract java.lang.Class<Color> c();
}
////////////////////