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