Script refactoring, codegen tests: change test data according to semantics change
Add some new tests for uncovered cases
This commit is contained in:
@@ -2,6 +2,6 @@ val x = 12
|
||||
|
||||
fun foo(y: Int) = x + y
|
||||
|
||||
foo(33)
|
||||
val rv = foo(33)
|
||||
|
||||
// expected: rv: 45
|
||||
|
||||
Reference in New Issue
Block a user