blob: 03282e20760701c30e6be4f541a824a6c091a6a1 [file]
// MOVE: down
class A(
b: Int,
c: Int,
<caret>a: Int
) {
}