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

7 lines
90 B
Plaintext

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