K1/K2: add test confirming correct work of KT-63487 case

This commit is contained in:
Mikhail Glukhikh
2024-03-05 11:56:24 +01:00
committed by Space Team
parent 9a7d7483a3
commit a77a1cf3db
7 changed files with 70 additions and 0 deletions
@@ -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() {
@@ -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() {