KT-52373 Fix generation of synthetic functions with context receivers and default parameters
This commit is contained in:
committed by
Space Team
parent
4fa701f798
commit
76997edebe
+6
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user