4 lines
107 B
Kotlin
4 lines
107 B
Kotlin
// "Remove getter and initializer from property" "true"
|
|
abstract class B {
|
|
abstract val i<caret>: Int
|
|
} |