Scratch: tests for repl execution
This commit is contained in:
Vendored
+3
@@ -0,0 +1,3 @@
|
||||
arrayListOf(1, 5, 7).map { it * 2 }
|
||||
.filter { it < 10 }
|
||||
.find { it == 2 }
|
||||
Reference in New Issue
Block a user