FE: add test reproducing builder inference problem from KT-53422

This commit is contained in:
Mikhail Glukhikh
2022-08-02 15:11:28 +02:00
committed by teamcity
parent 444cdaa2d8
commit 5cbecd276c
5 changed files with 64 additions and 0 deletions
@@ -14433,6 +14433,12 @@ public class DiagnosisCompilerTestFE10TestdataTestGenerated extends AbstractDiag
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 {