Files
kotlin-fork/idea/testData/codeInsight/moveUpDown/parametersAndArguments/classParams4.kt
T
2015-01-30 21:16:27 +03:00

10 lines
167 B
Kotlin

// MOVE: up
// MOVER_CLASS: org.jetbrains.kotlin.idea.codeInsight.upDownMover.JetExpressionMover
class A(
b: Int,
c: Int,
<caret>a: Int
) {
}