blob: 85998b11d2abfb2aa07df33d31fec7189d696dab [file] [log] [blame]
class A(x: Int) {
<caret>constructor(): this(1) {}
}