[FIR] Reproduce KT-63529

^KT-63529
This commit is contained in:
Nikolay Lunyak
2024-01-16 17:16:23 +02:00
committed by Space Team
parent 9d0f17da26
commit a4b7697714
7 changed files with 46 additions and 0 deletions
@@ -1401,6 +1401,12 @@ public class DiagnosticCompilerTestFE10TestdataTestGenerated extends AbstractDia
runTest("compiler/testData/diagnostics/tests/tailRecursionComplex.kt");
}
@Test
@TestMetadata("tailrec.kt")
public void testTailrec() throws Exception {
runTest("compiler/testData/diagnostics/tests/tailrec.kt");
}
@Test
@TestMetadata("TraitOverrideObjectMethods.kt")
public void testTraitOverrideObjectMethods() throws Exception {
@@ -1401,6 +1401,12 @@ public class LLFirPreresolvedReversedDiagnosticCompilerFE10TestDataTestGenerated
runTest("compiler/testData/diagnostics/tests/tailRecursionComplex.kt");
}
@Test
@TestMetadata("tailrec.kt")
public void testTailrec() throws Exception {
runTest("compiler/testData/diagnostics/tests/tailrec.kt");
}
@Test
@TestMetadata("TraitOverrideObjectMethods.kt")
public void testTraitOverrideObjectMethods() throws Exception {