class Owner { } var Owner.p: Int get() = 1 set(value) { throw UnsupportedOperationException() }