Skip to content

Commit

Permalink
test cases, #53
Browse files Browse the repository at this point in the history
  • Loading branch information
bahuljain committed May 1, 2016
1 parent 5e58e81 commit 6d1ffee
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
5 changes: 5 additions & 0 deletions test/compiler-tests/pass-function_args.jsjs
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
val x = /\(x, y) => x + y;


print(x(10,5));

1 change: 1 addition & 0 deletions test/compiler-tests/pass-function_args.out
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
15

0 comments on commit 6d1ffee

Please sign in to comment.