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