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

7 lines
82 B
Plaintext

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