IR: copy context receiver parameters count in FakeOverrideCopier

#KT-63430 Fixed
This commit is contained in:
Alexander Udalov
2023-11-13 16:08:00 +01:00
committed by Space Team
parent fc64e30829
commit 54705e5afc
10 changed files with 74 additions and 0 deletions
@@ -18351,6 +18351,12 @@ public class LLFirBlackBoxCodegenBasedTestGenerated extends AbstractLLFirBlackBo
runTest("compiler/testData/codegen/box/extensionFunctions/contextReceivers/kt58476.kt");
}
@Test
@TestMetadata("kt63430.kt")
public void testKt63430() throws Exception {
runTest("compiler/testData/codegen/box/extensionFunctions/contextReceivers/kt63430.kt");
}
@Test
@TestMetadata("overload.kt")
public void testOverload() throws Exception {
@@ -18351,6 +18351,12 @@ public class LLFirReversedBlackBoxCodegenBasedTestGenerated extends AbstractLLFi
runTest("compiler/testData/codegen/box/extensionFunctions/contextReceivers/kt58476.kt");
}
@Test
@TestMetadata("kt63430.kt")
public void testKt63430() throws Exception {
runTest("compiler/testData/codegen/box/extensionFunctions/contextReceivers/kt63430.kt");
}
@Test
@TestMetadata("overload.kt")
public void testOverload() throws Exception {