K2: reproduce KT-65057
This commit is contained in:
committed by
Space Team
parent
0a07f16896
commit
c4d6554493
+6
@@ -19635,6 +19635,12 @@ public class FirLightTreeOldFrontendDiagnosticsTestGenerated extends AbstractFir
|
||||
KtTestUtil.assertAllTestsPresentByMetadataWithExcluded(this.getClass(), new File("compiler/testData/diagnostics/tests/inference/recursiveTypes"), Pattern.compile("^(.+)\\.kt$"), Pattern.compile("^(.+)\\.(reversed|fir|ll)\\.kts?$"), true, "multiplatform");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("complexTypeUnwrapping.kt")
|
||||
public void testComplexTypeUnwrapping() throws Exception {
|
||||
runTest("compiler/testData/diagnostics/tests/inference/recursiveTypes/complexTypeUnwrapping.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("kt61717.kt")
|
||||
public void testKt61717() throws Exception {
|
||||
|
||||
+6
@@ -19641,6 +19641,12 @@ public class FirPsiOldFrontendDiagnosticsTestGenerated extends AbstractFirPsiDia
|
||||
KtTestUtil.assertAllTestsPresentByMetadataWithExcluded(this.getClass(), new File("compiler/testData/diagnostics/tests/inference/recursiveTypes"), Pattern.compile("^(.*)\\.kts?$"), Pattern.compile("^(.+)\\.(reversed|fir|ll)\\.kts?$"), true, "multiplatform");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("complexTypeUnwrapping.kt")
|
||||
public void testComplexTypeUnwrapping() throws Exception {
|
||||
runTest("compiler/testData/diagnostics/tests/inference/recursiveTypes/complexTypeUnwrapping.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("kt61717.kt")
|
||||
public void testKt61717() throws Exception {
|
||||
|
||||
Reference in New Issue
Block a user