[FIR] Reproduce KT-57100

This commit is contained in:
Nikolay Lunyak
2023-09-18 15:07:58 +03:00
committed by Space Team
parent 3116e26204
commit 973248f432
7 changed files with 58 additions and 0 deletions
@@ -1251,6 +1251,12 @@ public class DiagnosticCompilerTestFE10TestdataTestGenerated extends AbstractDia
runTest("compiler/testData/diagnostics/tests/suppressInWhen.kt");
}
@Test
@TestMetadata("suspendConflictingOverloads.kt")
public void testSuspendConflictingOverloads() throws Exception {
runTest("compiler/testData/diagnostics/tests/suspendConflictingOverloads.kt");
}
@Test
@TestMetadata("suspendFunAndPrivateJava.kt")
public void testSuspendFunAndPrivateJava() throws Exception {
@@ -1251,6 +1251,12 @@ public class LLFirPreresolvedReversedDiagnosticCompilerFE10TestDataTestGenerated
runTest("compiler/testData/diagnostics/tests/suppressInWhen.kt");
}
@Test
@TestMetadata("suspendConflictingOverloads.kt")
public void testSuspendConflictingOverloads() throws Exception {
runTest("compiler/testData/diagnostics/tests/suspendConflictingOverloads.kt");
}
@Test
@TestMetadata("suspendFunAndPrivateJava.kt")
public void testSuspendFunAndPrivateJava() throws Exception {