bd38363077
To explicitly specify which test are failing
3 lines
89 B
Kotlin
Vendored
3 lines
89 B
Kotlin
Vendored
// "Make 'i' not abstract" "true"
|
|
class A(<caret>abstract val i: Int) {}
|
|
/* IGNORE_FIR */ |