FE: add test reproducing KT-54411

This commit is contained in:
Mikhail Glukhikh
2022-11-23 16:30:46 +01:00
committed by Space Team
parent c32d851585
commit d5c8d9fecc
6 changed files with 79 additions and 0 deletions
@@ -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 {