// ERROR: Property must be initialized class Owner { } var Owner.p: Int get() { return 1 } set(value) { throw UnsupportedOperationException() }