KT-13658: don't capture FakeCallableDescriptorForObject in closure

This commit is contained in:
Alexey Andreev
2016-08-30 19:01:34 +03:00
parent 6a22d75dd7
commit 43abdaa894
3 changed files with 43 additions and 0 deletions
@@ -191,4 +191,8 @@ public final class ClosureTest extends SingleFileTranslationTest {
public void testLambdaInLocalFun() throws Exception {
checkFooBoxIsOk();
}
public void testObjectWithInvokeOperator() throws Exception {
checkFooBoxIsOk();
}
}