[Fir2IR] Set correct module descriptors for builtins
^KT-64420
This commit is contained in:
committed by
Space Team
parent
d665eb3575
commit
4080776fe3
Generated
+6
@@ -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 {
|
||||
|
||||
+6
@@ -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 {
|
||||
|
||||
+6
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user