KT-4656 Wrong capturing a function literal variable.

#KT-4656 Fixed
 Reference for calleeExpression is recorded only in 'doResolveCallOrGetCachedResults'.
This commit is contained in:
Svetlana Isakova
2014-03-08 12:22:03 +04:00
parent 92a4bb8c18
commit 4771986b32
3 changed files with 28 additions and 4 deletions
@@ -1566,6 +1566,11 @@ public class BlackBoxCodegenTestGenerated extends AbstractBlackBoxCodegenTest {
doTest("compiler/testData/codegen/box/closures/captureOuterProperty/kt4176.kt");
}
@TestMetadata("kt4656.kt")
public void testKt4656() throws Exception {
doTest("compiler/testData/codegen/box/closures/captureOuterProperty/kt4656.kt");
}
}
@TestMetadata("compiler/testData/codegen/box/closures/closureInsideClosure")