Files
kotlin-fork/idea/testData/codeInsight/moveUpDown/parametersAndArguments/funParams10.kt
T

6 lines
85 B
Kotlin
Vendored

// MOVE: down
// IS_APPLICABLE: false
fun test(
<caret>x: String,
y: Int) {
}