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