[FIR2IR] Make all source sets friends for IrFakeOverrideBuilder
^KT-63644
This commit is contained in:
committed by
Space Team
parent
60d77fbb90
commit
8e047e6d8a
+6
@@ -27690,6 +27690,12 @@ public class FirNativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTe
|
||||
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")
|
||||
|
||||
+6
@@ -28320,6 +28320,12 @@ public class FirNativeCodegenBoxTestNoPLGenerated extends AbstractNativeCodegenB
|
||||
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