8b0b135112
#KT-30804 Fixed
6 lines
121 B
Kotlin
Vendored
6 lines
121 B
Kotlin
Vendored
// "Remove 'final' modifier" "true"
|
|
|
|
class A() {
|
|
@Deprecated("") // wd
|
|
final<caret> constructor(i: Int): this()
|
|
} |