blob: 9f8d15ff10563264e22fe21546b43d95f07be120 [file]
// MOVE: up
class A(
b: Int,
<caret>a: Int,
c: Int
) {
}