trait A { var Int.foo : Double } class B : A { override var Int.foo: Double get() = throw UnsupportedOperationException() set(value) { } }