5 lines
95 B
Kotlin
5 lines
95 B
Kotlin
// "Make 'i' not abstract" "true"
|
|
class B {
|
|
<caret>abstract val i: Int
|
|
get() = $i
|
|
} |