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