Files
kotlin-fork/idea/resources/intentionDescriptions/ToInfixCallIntention/before.kt.template
T
Valentin Kipyatkov d1afff1612 Renamed intention
2015-05-02 14:03:25 +03:00

3 lines
43 B
Plaintext

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