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