KT-4656 Wrong capturing a function literal variable.
#KT-4656 Fixed Reference for calleeExpression is recorded only in 'doResolveCallOrGetCachedResults'.
This commit is contained in:
@@ -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")
|
||||
|
||||
Reference in New Issue
Block a user