Continue processing not builder inference stub variables in the type checker during computing common super type

^KT-47148 Fixed
This commit is contained in:
Victor Petukhov
2021-06-11 15:38:50 +03:00
parent 85f4cec948
commit 559bedf5ae
8 changed files with 56 additions and 1 deletions
@@ -28177,6 +28177,12 @@ public class FirOldFrontendDiagnosticsTestGenerated extends AbstractFirDiagnosti
runTest("compiler/testData/diagnostics/tests/subtyping/kt3159.kt");
}
@Test
@TestMetadata("kt47148.kt")
public void testKt47148() throws Exception {
runTest("compiler/testData/diagnostics/tests/subtyping/kt47148.kt");
}
@Test
@TestMetadata("kt-1457.kt")
public void testKt_1457() throws Exception {
@@ -28177,6 +28177,12 @@ public class FirOldFrontendDiagnosticsWithLightTreeTestGenerated extends Abstrac
runTest("compiler/testData/diagnostics/tests/subtyping/kt3159.kt");
}
@Test
@TestMetadata("kt47148.kt")
public void testKt47148() throws Exception {
runTest("compiler/testData/diagnostics/tests/subtyping/kt47148.kt");
}
@Test
@TestMetadata("kt-1457.kt")
public void testKt_1457() throws Exception {