Add test from KT-49925 (example 3, fails yet)
This commit is contained in:
committed by
teamcity
parent
ce1e4f252f
commit
d2bfb7153e
+6
@@ -5288,6 +5288,12 @@ public class DiagnosisCompilerFirTestdataTestGenerated extends AbstractDiagnosis
|
||||
runTest("compiler/fir/analysis-tests/testData/resolveWithStdlib/inference/problems/buildList.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("buildListLazy.kt")
|
||||
public void testBuildListLazy() throws Exception {
|
||||
runTest("compiler/fir/analysis-tests/testData/resolveWithStdlib/inference/problems/buildListLazy.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("buildSetWithVisitor.kt")
|
||||
public void testBuildSetWithVisitor() throws Exception {
|
||||
|
||||
Reference in New Issue
Block a user