K2: reproduce KT-61459
This commit is contained in:
committed by
Space Team
parent
310e89f100
commit
92470484bf
+6
@@ -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 {
|
||||
|
||||
+6
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user