Closure and boxing parameter

This commit is contained in:
Maxim Shafirov
2011-06-22 21:35:24 +04:00
parent 90038fda02
commit c75ad51d5c
4 changed files with 23 additions and 2 deletions
@@ -11,4 +11,12 @@ public class ClosuresGenTest extends CodegenTestCase {
public void testSimplestClosureAndBoxing() throws Exception {
blackBoxFile("classes/simplestClosureAndBoxing.jet");
}
public void testClosureWithParameter() throws Exception {
blackBoxFile("classes/closureWithParameter.jet");
}
public void testClosureWithParameterAndBoxing() throws Exception {
blackBoxFile("classes/closureWithParameterAndBoxing.jet");
}
}