K2: add reproducer for KT-54275
This commit is contained in:
committed by
Space Team
parent
7f6bd2ab1e
commit
d491eba629
+6
@@ -6049,6 +6049,12 @@ public class DiagnosisCompilerFirTestdataTestGenerated extends AbstractDiagnosis
|
||||
runTest("compiler/fir/analysis-tests/testData/resolveWithStdlib/problems/EnumMapGet.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("exceptionInRepeatedAnnotation.kt")
|
||||
public void testExceptionInRepeatedAnnotation() throws Exception {
|
||||
runTest("compiler/fir/analysis-tests/testData/resolveWithStdlib/problems/exceptionInRepeatedAnnotation.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("immutableName.kt")
|
||||
public void testImmutableName() throws Exception {
|
||||
|
||||
Reference in New Issue
Block a user