Files
kotlin-fork/idea/resources/intentionDescriptions/ConvertToWithIntention/after.kt.template
T

7 lines
100 B
Plaintext

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