KT-51863 Account for context receivers in calls with changed parameter order

This commit is contained in:
Pavel Mikhailovskii
2022-12-06 16:28:08 +00:00
committed by Space Team
parent e9984ce38d
commit 25ad7fe31c
4 changed files with 40 additions and 8 deletions
@@ -17456,6 +17456,12 @@ public class FirBlackBoxCodegenTestGenerated extends AbstractFirBlackBoxCodegenT
runTest("compiler/testData/codegen/box/extensionFunctions/contextReceivers/iteratorOperator.kt");
}
@Test
@TestMetadata("kt51863.kt")
public void testKt51863() throws Exception {
runTest("compiler/testData/codegen/box/extensionFunctions/contextReceivers/kt51863.kt");
}
@Test
@TestMetadata("overload.kt")
public void testOverload() throws Exception {