Call chain --> Sequence: take termination into account
Related to KT-15476
This commit is contained in:
committed by
Mikhail Glukhikh
parent
108dea5b46
commit
7e28cb1fe3
+5
@@ -0,0 +1,5 @@
|
||||
// WITH_RUNTIME
|
||||
|
||||
fun test(): List<Int> {
|
||||
return mutableSetOf(1, 2, 3).<caret>filter { it > 1 }.map { it * 2 }
|
||||
}
|
||||
Reference in New Issue
Block a user