Fix typos in tests
This commit is contained in:
committed by
Yan Zhulanow
parent
cd17f59e21
commit
3b6b6d5770
+2
-2
@@ -1,5 +1,5 @@
|
||||
import java.util.stream.LongStream
|
||||
import java.util.stream.Stream
|
||||
|
||||
fun main(args: Array<String>) {
|
||||
<caret> LongStream.of(10, 200, 3000).mapToDouble { it * 1000.1 }.count()
|
||||
<caret> Stream.of(10, 200, 3000).mapToDouble { it * 1000.1 }.count()
|
||||
}
|
||||
Reference in New Issue
Block a user