Continue processing not builder inference stub variables in the type checker during computing common super type
^KT-47148 Fixed
This commit is contained in:
+6
@@ -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 {
|
||||
|
||||
+6
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user