internal class C private constructor(arg1: Int, arg2: Int, arg3: Int = 0) { constructor(arg1: Int) : this(arg1, 0, 0) {} }