K2: reproduce KT-61459

This commit is contained in:
Mikhail Glukhikh
2023-09-08 16:54:00 +02:00
committed by Space Team
parent 310e89f100
commit 92470484bf
7 changed files with 74 additions and 0 deletions
@@ -18173,6 +18173,12 @@ public class DiagnosticCompilerTestFE10TestdataTestGenerated extends AbstractDia
runTest("compiler/testData/diagnostics/tests/inference/recursiveTypes/multirecursion.kt");
}
@Test
@TestMetadata("nestedClassesWithSelfTypes.kt")
public void testNestedClassesWithSelfTypes() throws Exception {
runTest("compiler/testData/diagnostics/tests/inference/recursiveTypes/nestedClassesWithSelfTypes.kt");
}
@Test
@TestMetadata("recursiveInIn.kt")
public void testRecursiveInIn() throws Exception {
@@ -18173,6 +18173,12 @@ public class LLFirPreresolvedReversedDiagnosticCompilerFE10TestDataTestGenerated
runTest("compiler/testData/diagnostics/tests/inference/recursiveTypes/multirecursion.kt");
}
@Test
@TestMetadata("nestedClassesWithSelfTypes.kt")
public void testNestedClassesWithSelfTypes() throws Exception {
runTest("compiler/testData/diagnostics/tests/inference/recursiveTypes/nestedClassesWithSelfTypes.kt");
}
@Test
@TestMetadata("recursiveInIn.kt")
public void testRecursiveInIn() throws Exception {