Files
kotlin-fork/idea/testData/codeInsight/moveUpDown/trailingComma/classParams5.kt
T
2020-02-25 17:13:43 +07:00

10 lines
108 B
Kotlin
Vendored

// MOVE: down
// IS_APPLICABLE: false
class A(
b: Int,
c: Int,
<caret>a: Int
) {
}