bd38363077
To explicitly specify which test are failing
7 lines
115 B
Kotlin
Vendored
7 lines
115 B
Kotlin
Vendored
// "Remove 'final' modifier" "true"
|
|
|
|
class A @Deprecated("") // ds
|
|
final<caret> constructor() {
|
|
|
|
}
|
|
/* IGNORE_FIR */ |