K1/K2: add test to confirm KT-61100 behavior
This commit is contained in:
committed by
Space Team
parent
af58b30e5f
commit
d6cefb363b
+6
@@ -20624,6 +20624,12 @@ public class DiagnosticCompilerTestFE10TestdataTestGenerated extends AbstractDia
|
||||
runTest("compiler/testData/diagnostics/tests/j+k/annotationsInheritance.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("arrayAnnotationConstructorReference.kt")
|
||||
public void testArrayAnnotationConstructorReference() throws Exception {
|
||||
runTest("compiler/testData/diagnostics/tests/j+k/arrayAnnotationConstructorReference.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("arrayOfStarParametrized.kt")
|
||||
public void testArrayOfStarParametrized() throws Exception {
|
||||
|
||||
+6
@@ -20624,6 +20624,12 @@ public class LLFirPreresolvedReversedDiagnosticCompilerFE10TestDataTestGenerated
|
||||
runTest("compiler/testData/diagnostics/tests/j+k/annotationsInheritance.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("arrayAnnotationConstructorReference.kt")
|
||||
public void testArrayAnnotationConstructorReference() throws Exception {
|
||||
runTest("compiler/testData/diagnostics/tests/j+k/arrayAnnotationConstructorReference.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("arrayOfStarParametrized.kt")
|
||||
public void testArrayOfStarParametrized() throws Exception {
|
||||
|
||||
Reference in New Issue
Block a user