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