[FIR2IR] Make all source sets friends for IrFakeOverrideBuilder
^KT-63644
This commit is contained in:
committed by
Space Team
parent
60d77fbb90
commit
8e047e6d8a
+6
@@ -24436,6 +24436,12 @@ public class FirJsCodegenBoxTestGenerated extends AbstractFirJsCodegenBoxTest {
|
||||
runTest("compiler/testData/codegen/box/multiplatform/k2/internalOverride.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("internalOverride2.kt")
|
||||
public void testInternalOverride2() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/multiplatform/k2/internalOverride2.kt");
|
||||
}
|
||||
|
||||
@Nested
|
||||
@TestMetadata("compiler/testData/codegen/box/multiplatform/k2/annotations")
|
||||
@TestDataPath("$PROJECT_ROOT")
|
||||
|
||||
Generated
+6
@@ -24436,6 +24436,12 @@ public class FirJsES6CodegenBoxTestGenerated extends AbstractFirJsES6CodegenBoxT
|
||||
runTest("compiler/testData/codegen/box/multiplatform/k2/internalOverride.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("internalOverride2.kt")
|
||||
public void testInternalOverride2() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/multiplatform/k2/internalOverride2.kt");
|
||||
}
|
||||
|
||||
@Nested
|
||||
@TestMetadata("compiler/testData/codegen/box/multiplatform/k2/annotations")
|
||||
@TestDataPath("$PROJECT_ROOT")
|
||||
|
||||
Reference in New Issue
Block a user