JS: fix translation of calls with aliased labeled lambda arguments. Fix KT-14999

This commit is contained in:
Alexey Andreev
2016-11-29 17:32:49 +03:00
committed by Alexey Andreev
parent a6fb61f5c3
commit 784fe31053
7 changed files with 48 additions and 19 deletions
@@ -10307,6 +10307,12 @@ public class BlackBoxCodegenTestGenerated extends AbstractBlackBoxCodegenTest {
doTest(fileName);
}
@TestMetadata("operatorSetLambda.kt")
public void testOperatorSetLambda() throws Exception {
String fileName = KotlinTestUtils.navigationMetadata("compiler/testData/codegen/box/operatorConventions/operatorSetLambda.kt");
doTest(fileName);
}
@TestMetadata("overloadedSet.kt")
public void testOverloadedSet() throws Exception {
String fileName = KotlinTestUtils.navigationMetadata("compiler/testData/codegen/box/operatorConventions/overloadedSet.kt");