Configuration: move scratch tests to separate module
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
// REPL_MODE: true
|
||||
|
||||
arrayListOf(1, 5, 7).map { it * 2 } // RESULT: res0: kotlin.Int? = 2
|
||||
.filter { it < 10 }
|
||||
.find { it == 2 }
|
||||
Reference in New Issue
Block a user