class A { inner class B(arg: String) { constructor (arg: Int): this("") {} } }