Join Slack
Powered by
<@U19Q29B46> But you are returning a copy that is ...
# announcements
m
mg6maciej
02/15/2017, 11:07 AM
@dmnk_89
But you are returning a copy that is modified. It should be something like
operator fun inc() = val cp = copy(); qualified++; cp
Open in Slack
Previous
Next