<@U19Q29B46> But you are returning a copy that is ...
# announcements
m
@dmnk_89 But you are returning a copy that is modified. It should be something like
operator fun inc() = val cp = copy(); qualified++; cp