K1/K2: add test confirming correct work of KT-63487 case
This commit is contained in:
committed by
Space Team
parent
9a7d7483a3
commit
a77a1cf3db
+6
@@ -19807,6 +19807,12 @@ public class DiagnosticCompilerTestFE10TestdataTestGenerated extends AbstractDia
|
||||
runTest("compiler/testData/diagnostics/tests/inference/recursiveTypes/complexTypeUnwrapping.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("complexTypeUnwrapping2.kt")
|
||||
public void testComplexTypeUnwrapping2() {
|
||||
runTest("compiler/testData/diagnostics/tests/inference/recursiveTypes/complexTypeUnwrapping2.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("kt61717.kt")
|
||||
public void testKt61717() {
|
||||
|
||||
+6
@@ -19807,6 +19807,12 @@ public class LLFirPreresolvedReversedDiagnosticCompilerFE10TestDataTestGenerated
|
||||
runTest("compiler/testData/diagnostics/tests/inference/recursiveTypes/complexTypeUnwrapping.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("complexTypeUnwrapping2.kt")
|
||||
public void testComplexTypeUnwrapping2() {
|
||||
runTest("compiler/testData/diagnostics/tests/inference/recursiveTypes/complexTypeUnwrapping2.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("kt61717.kt")
|
||||
public void testKt61717() {
|
||||
|
||||
Reference in New Issue
Block a user