KT-54357 Fix passing of context receivers to object literal constructors

This commit is contained in:
Pavel Mikhailovskii
2022-12-27 11:52:36 +00:00
committed by Space Team
parent fff593492d
commit 9ca5e1b421
4 changed files with 34 additions and 1 deletions
@@ -17540,6 +17540,12 @@ public class FirBlackBoxCodegenTestGenerated extends AbstractFirBlackBoxCodegenT
runTest("compiler/testData/codegen/box/extensionFunctions/contextReceivers/kt53846.kt");
}
@Test
@TestMetadata("kt54357.kt")
public void testKt54357() throws Exception {
runTest("compiler/testData/codegen/box/extensionFunctions/contextReceivers/kt54357.kt");
}
@Test
@TestMetadata("overload.kt")
public void testOverload() throws Exception {