KT-52373 Fix generation of synthetic functions with context receivers and default parameters

This commit is contained in:
Pavel Mikhailovskii
2022-12-07 16:40:07 +01:00
committed by Space Team
parent 4fa701f798
commit 76997edebe
4 changed files with 83 additions and 23 deletions
@@ -17474,6 +17474,12 @@ public class IrBlackBoxCodegenTestGenerated extends AbstractIrBlackBoxCodegenTes
runTest("compiler/testData/codegen/box/extensionFunctions/contextReceivers/kt52207.kt");
}
@Test
@TestMetadata("kt52373.kt")
public void testKt52373() throws Exception {
runTest("compiler/testData/codegen/box/extensionFunctions/contextReceivers/kt52373.kt");
}
@Test
@TestMetadata("overload.kt")
public void testOverload() throws Exception {