class A(a: Int) { constructor(b: String) : this(2) constructor() : this("2") }