FE: add test reproducing KT-54411
This commit is contained in:
committed by
Space Team
parent
c32d851585
commit
d5c8d9fecc
+6
@@ -15965,6 +15965,12 @@ public class DiagnosisCompilerTestFE10TestdataTestGenerated extends AbstractDiag
|
||||
runTest("compiler/testData/diagnostics/tests/inference/emptyIntersectionTypes/kt52431.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("kt54411.kt")
|
||||
public void testKt54411() throws Exception {
|
||||
runTest("compiler/testData/diagnostics/tests/inference/emptyIntersectionTypes/kt54411.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("nullableEmptyIntersection.kt")
|
||||
public void testNullableEmptyIntersection() throws Exception {
|
||||
|
||||
Reference in New Issue
Block a user