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

7 lines
98 B
Plaintext

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