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