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

3 lines
76 B
Plaintext

fun foo(<spot>param1: String, param2: Int, param3: Any</spot>) {
bar()
}