Files
kotlin-fork/idea/resources/intentionDescriptions/ChopArgumentListIntention/after.kt.template
T
2017-05-19 12:20:51 +03:00

7 lines
82 B
Plaintext

fun foo() {
bar(
<spot>1,
"abcd",
false</spot>
)
}