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 @@ class SimpleClass(val s: String) {
|
||||
fun foo() = s
|
||||
}
|
||||
|
||||
SimpleClass("OK").foo()
|
||||
val rv = SimpleClass("OK").foo()
|
||||
|
||||
// expected: rv: OK
|
||||
|
||||
Reference in New Issue
Block a user