Files
kotlin-fork/idea/testData/intentions/replaceWithInfixFunctionCall/functionLiteralArgument.kt
T

3 lines
47 B
Kotlin

fun foo(x: Foo) {
x.<caret>foo { it * 2 }
}