Issue related to KT-1962

Correctly reference this object in wrapped function literal
This commit is contained in:
pTalanov
2012-05-16 19:30:23 +04:00
parent 31a1aefeb5
commit ce896f931a
5 changed files with 53 additions and 16 deletions
@@ -31,8 +31,11 @@ public final class ClosureTest extends SingleFileTranslationTest {
fooBoxTest();
}
public void testLocalParameterInCallback() throws Exception {
fooBoxTest();
}
public void testClosureReferencingMember() throws Exception {
fooBoxTest();
}
}