Add a test with false positive "inferred into empty intersection"
Related to KT-50232
This commit is contained in:
Generated
+6
@@ -14046,6 +14046,12 @@ public class DiagnosticTestGenerated extends AbstractDiagnosticTest {
|
||||
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