Update test data
This commit is contained in:
committed by
Yan Zhulanow
parent
8a026fd9cd
commit
c69e0c0d01
+1
-3
@@ -1,6 +1,4 @@
|
||||
import java.util.stream.Stream
|
||||
|
||||
fun main(args: Array<String>) {
|
||||
// Breakpoint!
|
||||
Stream.of(1, 2, 3).toArray()
|
||||
listOf(1, 2, 3).stream().toArray()
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user