Fix wrong testdata
This commit is contained in:
committed by
Yan Zhulanow
parent
bc7d30bd99
commit
055b0eed97
Vendored
+1
-1
@@ -1,5 +1,5 @@
|
||||
import java.util.stream.IntStream
|
||||
|
||||
fun main(args: Array<String>) {
|
||||
<caret > IntStream.of(1, 2).reduce(IntStream.of(1, 2, 3).sum()) { l, r -> l + r }
|
||||
<caret> IntStream.of(1, 2).reduce(IntStream.of(1, 2, 3).sum()) { l, r -> l + r }
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user