// "Remove getter and initializer from property" "true" abstract class B { abstract val i = 0 get() = $i }