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