repl: fix two anonymous functions

This commit is contained in:
Stepan Koltsov
2012-06-09 23:25:40 +04:00
parent 3bf648ed56
commit f11767319a
7 changed files with 25 additions and 9 deletions
@@ -87,5 +87,10 @@ public class ReplInterpreterTest {
testFile("functionReferencesPrev.repl");
}
@Test
public void twoClosures() {
testFile("twoClosures.repl");
}
}