// ERROR: Property must be initialized or be abstract class Owner { } val Owner.p: Int get() = throw UnsupportedOperationException()