KT-29586: Add android.annotation annotations

KT-29586 Fixed
This commit is contained in:
Tor Norbye
2019-01-16 13:54:17 -08:00
committed by Denis Zharkov
parent f1f2d5b4d3
commit a42406f2aa
9 changed files with 153 additions and 0 deletions
@@ -34,6 +34,11 @@ public class ForeignAnnotationsNoAnnotationInClasspathTestGenerated extends Abst
runTest("compiler/testData/foreignAnnotations/tests/androidRecently.kt");
}
@TestMetadata("androidSdk.kt")
public void testAndroidSdk() throws Exception {
runTest("compiler/testData/foreignAnnotations/tests/androidSdk.kt");
}
@TestMetadata("android_support.kt")
public void testAndroid_support() throws Exception {
runTest("compiler/testData/foreignAnnotations/tests/android_support.kt");
@@ -34,6 +34,11 @@ public class ForeignAnnotationsNoAnnotationInClasspathWithFastClassReadingTestGe
runTest("compiler/testData/foreignAnnotations/tests/androidRecently.kt");
}
@TestMetadata("androidSdk.kt")
public void testAndroidSdk() throws Exception {
runTest("compiler/testData/foreignAnnotations/tests/androidSdk.kt");
}
@TestMetadata("android_support.kt")
public void testAndroid_support() throws Exception {
runTest("compiler/testData/foreignAnnotations/tests/android_support.kt");
@@ -34,6 +34,11 @@ public class ForeignAnnotationsTestGenerated extends AbstractForeignAnnotationsT
runTest("compiler/testData/foreignAnnotations/tests/androidRecently.kt");
}
@TestMetadata("androidSdk.kt")
public void testAndroidSdk() throws Exception {
runTest("compiler/testData/foreignAnnotations/tests/androidSdk.kt");
}
@TestMetadata("android_support.kt")
public void testAndroid_support() throws Exception {
runTest("compiler/testData/foreignAnnotations/tests/android_support.kt");
@@ -34,6 +34,11 @@ public class JavacForeignAnnotationsTestGenerated extends AbstractJavacForeignAn
runTest("compiler/testData/foreignAnnotations/tests/androidRecently.kt");
}
@TestMetadata("androidSdk.kt")
public void testAndroidSdk() throws Exception {
runTest("compiler/testData/foreignAnnotations/tests/androidSdk.kt");
}
@TestMetadata("android_support.kt")
public void testAndroid_support() throws Exception {
runTest("compiler/testData/foreignAnnotations/tests/android_support.kt");