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

3 lines
40 B
Plaintext

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