class A(a: Int, val a1: Int) { constructor(b: Int): this(b, b) val c = 1 }