bd38363077
To explicitly specify which test are failing
6 lines
113 B
Kotlin
Vendored
6 lines
113 B
Kotlin
Vendored
// "Remove initializer from property" "true"
|
|
abstract class A {
|
|
abstract var i = 0<caret>
|
|
}
|
|
|
|
/* IGNORE_FIR */ |