KT-29586: Add android.annotation annotations
KT-29586 Fixed
This commit is contained in:
committed by
Denis Zharkov
parent
f1f2d5b4d3
commit
a42406f2aa
+5
@@ -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");
|
||||
|
||||
+5
@@ -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");
|
||||
|
||||
+5
@@ -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");
|
||||
|
||||
Generated
+5
@@ -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");
|
||||
|
||||
Reference in New Issue
Block a user