[FIR] Support determining emptiness of an intersection type with type parameters' types
This commit is contained in:
committed by
teamcity
parent
313da6f41e
commit
47d6236a2d
+18
@@ -13888,6 +13888,24 @@ public class DiagnosisCompilerTestFE10TestdataTestGenerated extends AbstractDiag
|
||||
runTest("compiler/testData/diagnostics/tests/inference/kt48935.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("kt48935_2.kt")
|
||||
public void testKt48935_2() throws Exception {
|
||||
runTest("compiler/testData/diagnostics/tests/inference/kt48935_2.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("kt48935_3.kt")
|
||||
public void testKt48935_3() throws Exception {
|
||||
runTest("compiler/testData/diagnostics/tests/inference/kt48935_3.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("kt48935_4.kt")
|
||||
public void testKt48935_4() throws Exception {
|
||||
runTest("compiler/testData/diagnostics/tests/inference/kt48935_4.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("kt49658.kt")
|
||||
public void testKt49658() throws Exception {
|
||||
|
||||
Reference in New Issue
Block a user