Files
kotlin-fork/idea/testData/intentions/joinParameterList/hasLineBreaks.kt
T

7 lines
105 B
Kotlin
Vendored

// INTENTION_TEXT: "Put parameters on one line"
fun test(
a: Int,
b: Int,<caret>
c: Int
) {}