more tests in ScriptGenTest

This commit is contained in:
Stepan Koltsov
2012-05-30 19:47:42 +04:00
parent 872f08303e
commit 1f5666e0e8
2 changed files with 11 additions and 0 deletions
@@ -0,0 +1,7 @@
val x = 12
fun foo(y: Int) = x + y
foo(33)
// expected: 45