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

5 lines
74 B
Plaintext

fun foo() {
<spot>a.setFoo(1)
a.setBar(2)
a.setBaz(3)</spot>
}