Add a test with false positive "inferred into empty intersection"
Related to KT-50232
This commit is contained in:
+6
@@ -14040,6 +14040,12 @@ public class DiagnosisCompilerTestFE10TestdataTestGenerated extends AbstractDiag
|
||||
runTest("compiler/testData/diagnostics/tests/inference/kt49961.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("kt50232a.kt")
|
||||
public void testKt50232a() throws Exception {
|
||||
runTest("compiler/testData/diagnostics/tests/inference/kt50232a.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("kt6175.kt")
|
||||
public void testKt6175() throws Exception {
|
||||
|
||||
Reference in New Issue
Block a user