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

3 lines
76 B
Plaintext

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