Closure and boxing return value

This commit is contained in:
Maxim Shafirov
2011-06-22 21:26:01 +04:00
parent 3619e411a7
commit 90038fda02
4 changed files with 18 additions and 1 deletions
@@ -7,4 +7,8 @@ public class ClosuresGenTest extends CodegenTestCase {
public void testSimplestClosure() throws Exception {
blackBoxFile("classes/simplestClosure.jet");
}
public void testSimplestClosureAndBoxing() throws Exception {
blackBoxFile("classes/simplestClosureAndBoxing.jet");
}
}