[FIR] Reproduce KT-63529
^KT-63529
This commit is contained in:
committed by
Space Team
parent
9d0f17da26
commit
a4b7697714
+6
@@ -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 {
|
||||
|
||||
+6
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user