[FIR2IR] Fix nullability of converted raw types

#KT-65298 Fixed
This commit is contained in:
Kirill Rakhman
2024-02-12 15:11:23 +01:00
committed by Space Team
parent 3b4ca56f74
commit 931480b12d
22 changed files with 401 additions and 121 deletions
@@ -2347,6 +2347,16 @@ public class ClassicNativeIrTextTestGenerated extends AbstractClassicNativeIrTex
}
}
@Nested
@TestMetadata("compiler/testData/ir/irText/fakeOverrides")
@TestDataPath("$PROJECT_ROOT")
public class FakeOverrides {
@Test
public void testAllFilesPresentInFakeOverrides() throws Exception {
KtTestUtil.assertAllTestsPresentByMetadataWithExcluded(this.getClass(), new File("compiler/testData/ir/irText/fakeOverrides"), Pattern.compile("^(.+)\\.kt$"), null, TargetBackend.NATIVE, true);
}
}
@Nested
@TestMetadata("compiler/testData/ir/irText/firProblems")
@TestDataPath("$PROJECT_ROOT")
@@ -2347,6 +2347,16 @@ public class FirLightTreeNativeIrTextTestGenerated extends AbstractFirLightTreeN
}
}
@Nested
@TestMetadata("compiler/testData/ir/irText/fakeOverrides")
@TestDataPath("$PROJECT_ROOT")
public class FakeOverrides {
@Test
public void testAllFilesPresentInFakeOverrides() throws Exception {
KtTestUtil.assertAllTestsPresentByMetadataWithExcluded(this.getClass(), new File("compiler/testData/ir/irText/fakeOverrides"), Pattern.compile("^(.+)\\.kt$"), null, TargetBackend.NATIVE, true);
}
}
@Nested
@TestMetadata("compiler/testData/ir/irText/firProblems")
@TestDataPath("$PROJECT_ROOT")
@@ -2347,6 +2347,16 @@ public class FirPsiNativeIrTextTestGenerated extends AbstractFirPsiNativeIrTextT
}
}
@Nested
@TestMetadata("compiler/testData/ir/irText/fakeOverrides")
@TestDataPath("$PROJECT_ROOT")
public class FakeOverrides {
@Test
public void testAllFilesPresentInFakeOverrides() throws Exception {
KtTestUtil.assertAllTestsPresentByMetadataWithExcluded(this.getClass(), new File("compiler/testData/ir/irText/fakeOverrides"), Pattern.compile("^(.+)\\.kt$"), null, TargetBackend.NATIVE, true);
}
}
@Nested
@TestMetadata("compiler/testData/ir/irText/firProblems")
@TestDataPath("$PROJECT_ROOT")