[Fir2IR] Set correct module descriptors for builtins

^KT-64420
This commit is contained in:
Pavel Kunyavskiy
2024-01-03 11:09:20 +01:00
committed by Space Team
parent d665eb3575
commit 4080776fe3
17 changed files with 428 additions and 38 deletions
@@ -438,6 +438,12 @@ public class FirLightTreeJsIrTextTestGenerated extends AbstractFirLightTreeJsIrT
runTest("compiler/testData/ir/irText/declarations/interfaceProperties.kt");
}
@Test
@TestMetadata("internalStdlibOverride.kt")
public void testInternalStdlibOverride() throws Exception {
runTest("compiler/testData/ir/irText/declarations/internalStdlibOverride.kt");
}
@Test
@TestMetadata("kt27005.kt")
public void testKt27005() throws Exception {
@@ -438,6 +438,12 @@ public class FirPsiJsIrTextTestGenerated extends AbstractFirPsiJsIrTextTest {
runTest("compiler/testData/ir/irText/declarations/interfaceProperties.kt");
}
@Test
@TestMetadata("internalStdlibOverride.kt")
public void testInternalStdlibOverride() throws Exception {
runTest("compiler/testData/ir/irText/declarations/internalStdlibOverride.kt");
}
@Test
@TestMetadata("kt27005.kt")
public void testKt27005() throws Exception {
@@ -438,6 +438,12 @@ public class ClassicJsIrTextTestGenerated extends AbstractClassicJsIrTextTest {
runTest("compiler/testData/ir/irText/declarations/interfaceProperties.kt");
}
@Test
@TestMetadata("internalStdlibOverride.kt")
public void testInternalStdlibOverride() throws Exception {
runTest("compiler/testData/ir/irText/declarations/internalStdlibOverride.kt");
}
@Test
@TestMetadata("kt27005.kt")
public void testKt27005() throws Exception {