Add test from KT-49925 (example 3, fails yet)

This commit is contained in:
Mikhail Glukhikh
2021-12-21 13:29:39 +03:00
committed by teamcity
parent ce1e4f252f
commit d2bfb7153e
5 changed files with 71 additions and 0 deletions
@@ -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 {