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