[FIR] Reproduce KT-62541

This commit is contained in:
Nikolay Lunyak
2023-10-13 11:50:04 +03:00
committed by Space Team
parent 40e8552a8d
commit 06b3c6ec13
7 changed files with 48 additions and 0 deletions
@@ -87,6 +87,12 @@ public class DiagnosticCompilerTestFE10TestdataTestGenerated extends AbstractDia
runTest("compiler/testData/diagnostics/tests/AnonymousInitializers.kt");
}
@Test
@TestMetadata("argumentTypeMismatchVsTooManyArgs.kt")
public void testArgumentTypeMismatchVsTooManyArgs() throws Exception {
runTest("compiler/testData/diagnostics/tests/argumentTypeMismatchVsTooManyArgs.kt");
}
@Test
@TestMetadata("AssignToArrayElement.kt")
public void testAssignToArrayElement() throws Exception {
@@ -87,6 +87,12 @@ public class LLFirPreresolvedReversedDiagnosticCompilerFE10TestDataTestGenerated
runTest("compiler/testData/diagnostics/tests/AnonymousInitializers.kt");
}
@Test
@TestMetadata("argumentTypeMismatchVsTooManyArgs.kt")
public void testArgumentTypeMismatchVsTooManyArgs() throws Exception {
runTest("compiler/testData/diagnostics/tests/argumentTypeMismatchVsTooManyArgs.kt");
}
@Test
@TestMetadata("AssignToArrayElement.kt")
public void testAssignToArrayElement() throws Exception {