blob: 5db5246537a06ef7f888ca1e0bada636c11d7b5f [file] [log] [blame]
class A(a: Int, val a1: Int) {
<caret>constructor(b: Int): this(b, b)
val c = 1
}