[FIR] Fix cycle when loading nested enum within java annotation
This commit is contained in:
committed by
Mikhail Glukhikh
parent
947e97511b
commit
7422571c72
+6
@@ -5003,6 +5003,12 @@ public class DiagnosisCompilerFirTestdataTestGenerated extends AbstractDiagnosis
|
||||
KtTestUtil.assertAllTestsPresentByMetadataWithExcluded(this.getClass(), new File("compiler/fir/analysis-tests/testData/resolveWithStdlib/j+k"), Pattern.compile("^([^.]+)\\.kt$"), null, true);
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("AnnotationWithEnum.kt")
|
||||
public void testAnnotationWithEnum() throws Exception {
|
||||
runTest("compiler/fir/analysis-tests/testData/resolveWithStdlib/j+k/AnnotationWithEnum.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("BasicWithAnnotatedJava.kt")
|
||||
public void testBasicWithAnnotatedJava() throws Exception {
|
||||
|
||||
Reference in New Issue
Block a user