KT-54357 Fix passing of context receivers to object literal constructors
This commit is contained in:
committed by
Space Team
parent
fff593492d
commit
9ca5e1b421
+6
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user