Add tests to check that chain is not build in some hard cases
This commit is contained in:
committed by
Yan Zhulanow
parent
6ce6301613
commit
70f4933d5b
@@ -0,0 +1,6 @@
|
||||
import java.util.stream.Stream
|
||||
|
||||
fun main(args: Array<String>) {
|
||||
val count = Stream.of("abc", "acd", "ef").map(String::length).count()
|
||||
val af<caret>ter = 20
|
||||
}
|
||||
Reference in New Issue
Block a user