Refactor scratch tests: add ability to set scratch options in test file
This commit is contained in:
Vendored
+2
@@ -1,3 +1,5 @@
|
||||
// REPL_MODE: ~REPL_MODE~
|
||||
|
||||
arrayListOf(1, 5, 7).map { it * 2 }
|
||||
.filter { it < 10 }
|
||||
.find { it == 2 }
|
||||
Reference in New Issue
Block a user