FIR: add example 2 from KT-49925 (fails yet)
This commit is contained in:
committed by
teamcity
parent
dde4c46df7
commit
3f02309dad
+6
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user