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

6 lines
83 B
Kotlin
Vendored

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