Refactor scratch tests: add ability to set scratch options in test file

This commit is contained in:
Natalia Selezneva
2019-05-29 15:56:18 +03:00
parent b59bd9d6a6
commit a6221cf594
55 changed files with 218 additions and 83 deletions
+2
View File
@@ -1,3 +1,5 @@
// REPL_MODE: ~REPL_MODE~
arrayListOf(1, 5, 7).map { it * 2 }
.filter { it < 10 }
.find { it == 2 }