[FIR2IR] Make all source sets friends for IrFakeOverrideBuilder

^KT-63644
This commit is contained in:
Pavel Kunyavskiy
2023-12-04 16:34:49 +01:00
committed by Space Team
parent 60d77fbb90
commit 8e047e6d8a
13 changed files with 319 additions and 4 deletions
@@ -35241,6 +35241,12 @@ public class LLFirBlackBoxCodegenBasedTestGenerated extends AbstractLLFirBlackBo
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");
}
@Test
@TestMetadata("javaMethodWithTypeParameter.kt")
public void testJavaMethodWithTypeParameter() throws Exception {
@@ -35241,6 +35241,12 @@ public class LLFirReversedBlackBoxCodegenBasedTestGenerated extends AbstractLLFi
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");
}
@Test
@TestMetadata("javaMethodWithTypeParameter.kt")
public void testJavaMethodWithTypeParameter() throws Exception {