More informative intention action text
This commit is contained in:
@@ -1,4 +1,5 @@
|
||||
// WITH_RUNTIME
|
||||
// INTENTION_TEXT: "Replace with 'flatMapTo(){}'"
|
||||
fun foo(list: List<String>): List<String> {
|
||||
val target = createCollection()
|
||||
<caret>list.flatMapTo(target) { it.lines() }
|
||||
|
||||
Reference in New Issue
Block a user