Files
kotlin-fork/idea/resources/intentionDescriptions/InfixCallToOrdinaryIntention/before.kt.template
T
2015-05-02 14:03:25 +03:00

3 lines
42 B
Plaintext

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