[FIR] Distinguish stub types for builder inference and for subtyping
^KT-48110 Fixed
This commit is contained in:
+6
@@ -13269,6 +13269,12 @@ public class DiagnosisCompilerTestFE10TestdataTestGenerated extends AbstractDiag
|
||||
runTest("compiler/testData/diagnostics/tests/inference/starApproximationFromDifferentTypeParameter.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("stubTypeForSubtyping.kt")
|
||||
public void testStubTypeForSubtyping() throws Exception {
|
||||
runTest("compiler/testData/diagnostics/tests/inference/stubTypeForSubtyping.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("tooEagerSmartcast.kt")
|
||||
public void testTooEagerSmartcast() throws Exception {
|
||||
|
||||
Reference in New Issue
Block a user