<@U3BE1HS4W> You need to use `field` to access the...
# announcements
k
@snowe You need to use
field
to access the backing field, not the actual field.
s
sorry, I knew that, but that does not work as well since it is an interface.
the docs state that interfaces can't have backing fields.
k
Well think about how you'd write this if you actually had to write out the getter and setter like in Java.
I'd guess that it's not really possible.