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

3 lines
40 B
Plaintext

fun foo(x: Foo) {
x foo { it * 2 }
}