[FE 1.0] Introduce builder inference stub types checker which may report more precise and clear errors due to resolution ambiguity
^KT-49828 Fixed
This commit is contained in:
committed by
teamcity
parent
dcc42d66c3
commit
455b3143e7
+6
@@ -13944,6 +13944,12 @@ public class DiagnosisCompilerTestFE10TestdataTestGenerated extends AbstractDiag
|
||||
runTest("compiler/testData/diagnostics/tests/inference/builderInference/kt47744.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("kt49828.kt")
|
||||
public void testKt49828() throws Exception {
|
||||
runTest("compiler/testData/diagnostics/tests/inference/builderInference/kt49828.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("kt49829.kt")
|
||||
public void testKt49829() throws Exception {
|
||||
|
||||
Reference in New Issue
Block a user