Issue related to KT-1962

This commit is contained in:
pTalanov
2012-05-14 18:00:39 +04:00
parent cf3091adb5
commit 1b516d2786
5 changed files with 45 additions and 6 deletions
@@ -30,4 +30,9 @@ public final class ClosureTest extends SingleFileTranslationTest {
public void testIteratingCallbacks() throws Exception {
fooBoxTest();
}
public void testLocalParameterInCallback() throws Exception {
fooBoxTest();
}
}