[KAPT] Migrate kapt tests to new test infrastructure

This commit is contained in:
Dmitriy Novozhilov
2022-07-06 17:53:11 +03:00
committed by teamcity
parent fdf1b8b1c0
commit 9c41e75802
61 changed files with 1474 additions and 1133 deletions
@@ -5,7 +5,7 @@ public @interface Anno {
String value();
}
//FILE: lib/R.java
// FILE: lib/R.java
package lib;
public class R {
@@ -15,7 +15,6 @@ public class R {
}
// FILE: test.kt
// WITH_STDLIB
import lib.Anno
import kotlin.reflect.KClass