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
@@ -15169,6 +15169,11 @@ public class LightAnalysisModeTestGenerated extends AbstractLightAnalysisModeTes
runTest("compiler/testData/codegen/box/extensionFunctions/contextReceivers/kt58476.kt");
}
@TestMetadata("kt63430.kt")
public void testKt63430() throws Exception {
runTest("compiler/testData/codegen/box/extensionFunctions/contextReceivers/kt63430.kt");
}
@TestMetadata("overload.kt")
public void testOverload() throws Exception {
runTest("compiler/testData/codegen/box/extensionFunctions/contextReceivers/overload.kt");