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