annotation class WithErrorSecondaryConstructor constructor(val a: Int) { constructor(): this(0) }