5 lines
90 B
Kotlin
5 lines
90 B
Kotlin
// "Remove initializer from property" "true"
|
|
abstract class A {
|
|
abstract var i: Int
|
|
}
|