Move local fun callee generation to pushArgumentsWithCallReceiver.

Local fun callee generation via resolvedCall.resultingDescriptor not call
This commit is contained in:
Mikhael Bogdanov
2014-03-26 11:21:13 +04:00
parent 94e4c2f0c1
commit c7c1e33655
3 changed files with 67 additions and 77 deletions
@@ -2966,6 +2966,11 @@ public class BlackBoxCodegenTestGenerated extends AbstractBlackBoxCodegenTest {
doTest("compiler/testData/codegen/box/functions/localFunctions/kt4777.kt");
}
@TestMetadata("kt4783.kt")
public void testKt4783() throws Exception {
doTest("compiler/testData/codegen/box/functions/localFunctions/kt4783.kt");
}
@TestMetadata("localFunctionInConstructor.kt")
public void testLocalFunctionInConstructor() throws Exception {
doTest("compiler/testData/codegen/box/functions/localFunctions/localFunctionInConstructor.kt");