FIR: add original test from KT-49925 (passes)
This commit is contained in:
committed by
teamcity
parent
2f32214106
commit
dde4c46df7
+6
@@ -5136,6 +5136,12 @@ public class DiagnosisCompilerFirTestdataTestGenerated extends AbstractDiagnosis
|
||||
KtTestUtil.assertAllTestsPresentByMetadataWithExcluded(this.getClass(), new File("compiler/fir/analysis-tests/testData/resolveWithStdlib/inference/problems"), Pattern.compile("^([^.]+)\\.kt$"), null, true);
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("buildList.kt")
|
||||
public void testBuildList() throws Exception {
|
||||
runTest("compiler/fir/analysis-tests/testData/resolveWithStdlib/inference/problems/buildList.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("expectedType.kt")
|
||||
public void testExpectedType() throws Exception {
|
||||
|
||||
Reference in New Issue
Block a user