more tests in ScriptGenTest
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
val x = 12
|
||||
|
||||
fun foo(y: Int) = x + y
|
||||
|
||||
foo(33)
|
||||
|
||||
// expected: 45
|
||||
Reference in New Issue
Block a user