class A(a: Int) { constructor() : this(2) } // REF: (in A).A(Int)