FE: Add two more tests around KT-59561

This commit is contained in:
Mikhail Glukhikh
2023-10-16 11:00:09 +02:00
committed by Space Team
parent 9f6abfc166
commit fd057ac68a
7 changed files with 106 additions and 0 deletions
@@ -23975,6 +23975,18 @@ public class DiagnosticTestGenerated extends AbstractDiagnosticTest {
runTest("compiler/testData/diagnostics/tests/multiplatform/annotationMatching/annotationTypeParameters.kt");
}
@Test
@TestMetadata("arrayVsOutArray.kt")
public void testArrayVsOutArray() throws Exception {
runTest("compiler/testData/diagnostics/tests/multiplatform/annotationMatching/arrayVsOutArray.kt");
}
@Test
@TestMetadata("arrayVsVararg.kt")
public void testArrayVsVararg() throws Exception {
runTest("compiler/testData/diagnostics/tests/multiplatform/annotationMatching/arrayVsVararg.kt");
}
@Test
@TestMetadata("basicOnDeclaration.kt")
public void testBasicOnDeclaration() throws Exception {