FIR: add example 2 from KT-49925 (fails yet)

This commit is contained in:
Mikhail Glukhikh
2021-12-21 13:23:53 +03:00
committed by teamcity
parent dde4c46df7
commit 3f02309dad
5 changed files with 88 additions and 0 deletions
@@ -5142,6 +5142,12 @@ public class DiagnosisCompilerFirTestdataTestGenerated extends AbstractDiagnosis
runTest("compiler/fir/analysis-tests/testData/resolveWithStdlib/inference/problems/buildList.kt");
}
@Test
@TestMetadata("buildSetWithVisitor.kt")
public void testBuildSetWithVisitor() throws Exception {
runTest("compiler/fir/analysis-tests/testData/resolveWithStdlib/inference/problems/buildSetWithVisitor.kt");
}
@Test
@TestMetadata("expectedType.kt")
public void testExpectedType() throws Exception {