blob: df38aaabde955fe0e0e648ea9d5322896466c293 [file]
// "Remove 'final' modifier" "true"
class A() {
@Deprecated("") // wd
constructor(i: Int): this()
}