Files
kotlin-fork/idea/resources/intentionDescriptions/ReplaceWithInfixFunctionCallIntention/before.kt.template
T

3 lines
43 B
Plaintext

fun foo(x: Foo) {
<spot>x.foo(1)</spot>
}