repl: fix two anonymous functions
This commit is contained in:
@@ -87,5 +87,10 @@ public class ReplInterpreterTest {
|
||||
testFile("functionReferencesPrev.repl");
|
||||
}
|
||||
|
||||
@Test
|
||||
public void twoClosures() {
|
||||
testFile("twoClosures.repl");
|
||||
}
|
||||
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user