FE: add test reproducing builder inference problem from KT-53422
This commit is contained in:
committed by
teamcity
parent
444cdaa2d8
commit
5cbecd276c
Generated
+6
@@ -14439,6 +14439,12 @@ public class DiagnosticTestGenerated extends AbstractDiagnosticTest {
|
||||
runTest("compiler/testData/diagnostics/tests/inference/builderInference/kt51464.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("kt53422.kt")
|
||||
public void testKt53422() throws Exception {
|
||||
runTest("compiler/testData/diagnostics/tests/inference/builderInference/kt53422.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("labaledCall.kt")
|
||||
public void testLabaledCall() throws Exception {
|
||||
|
||||
Reference in New Issue
Block a user