Fix scratch testdata after introducing result vals into repl
This commit is contained in:
+1
-1
@@ -1,3 +1,3 @@
|
||||
arrayListOf(1, 5, 7).map { it * 2 } // RESULT: 2
|
||||
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