flatMapTo supported
This commit is contained in:
@@ -0,0 +1,4 @@
|
||||
// WITH_RUNTIME
|
||||
fun foo(list: List<String>, target: MutableList<String>) {
|
||||
<caret>list.flatMapTo(target) { it.lines() }
|
||||
}
|
||||
Reference in New Issue
Block a user