Refactor REPL tests: use empty line instead of "null"
This commit is contained in:
@@ -1,6 +1,4 @@
|
||||
>>> fun foo(s: String) = "string"
|
||||
null
|
||||
>>> fun foo(a: Any) = "any"
|
||||
null
|
||||
>>> foo("a")
|
||||
any
|
||||
|
||||
Reference in New Issue
Block a user