bd38363077
To explicitly specify which test are failing
5 lines
113 B
Kotlin
Vendored
5 lines
113 B
Kotlin
Vendored
// "Remove 'final' modifier" "true"
|
|
|
|
@Deprecated("") //some comment
|
|
final<caret> val x: Int = 42
|
|
/* IGNORE_FIR */ |