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
@@ -1,4 +1,4 @@
|
||||
// param: args: kotlin.Array<kotlin.String>: three little words
|
||||
// expected: rv: little
|
||||
|
||||
args[1]
|
||||
val rv = args[1]
|
||||
|
||||
Reference in New Issue
Block a user