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