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