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

7 lines
90 B
Plaintext

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