[FIR] Don't check Java annotations for cycles
^KT-64083 fixed
This commit is contained in:
+6
@@ -2016,6 +2016,12 @@ public class DiagnosticCompilerTestFE10TestdataTestGenerated extends AbstractDia
|
||||
runTest("compiler/testData/diagnostics/tests/annotations/javaAnnotationWithClassArray.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("javaAnnotationWithParameter.kt")
|
||||
public void testJavaAnnotationWithParameter() throws Exception {
|
||||
runTest("compiler/testData/diagnostics/tests/annotations/javaAnnotationWithParameter.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("JvmSerializableLambdaAnnotation.kt")
|
||||
public void testJvmSerializableLambdaAnnotation() throws Exception {
|
||||
|
||||
+6
@@ -2016,6 +2016,12 @@ public class LLFirPreresolvedReversedDiagnosticCompilerFE10TestDataTestGenerated
|
||||
runTest("compiler/testData/diagnostics/tests/annotations/javaAnnotationWithClassArray.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("javaAnnotationWithParameter.kt")
|
||||
public void testJavaAnnotationWithParameter() throws Exception {
|
||||
runTest("compiler/testData/diagnostics/tests/annotations/javaAnnotationWithParameter.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("JvmSerializableLambdaAnnotation.kt")
|
||||
public void testJvmSerializableLambdaAnnotation() throws Exception {
|
||||
|
||||
Reference in New Issue
Block a user