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

3 lines
42 B
Plaintext

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