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