Question: why when I override `var`, Kotlin wants ...
# announcements
v
Question: why when I override
var
, Kotlin wants me to explicitly override the
getter
, even if I need to change only
setter
?