Add test for KT-50498
This commit is contained in:
committed by
teamcity
parent
b411eb36e8
commit
06deaed3d5
+6
@@ -14237,6 +14237,12 @@ public class DiagnosisCompilerTestFE10TestdataTestGenerated extends AbstractDiag
|
||||
runTest("compiler/testData/diagnostics/tests/inference/builderInference/kt49829.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("kt50498.kt")
|
||||
public void testKt50498() throws Exception {
|
||||
runTest("compiler/testData/diagnostics/tests/inference/builderInference/kt50498.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("kt50989.kt")
|
||||
public void testKt50989() throws Exception {
|
||||
|
||||
Reference in New Issue
Block a user