https://kotlinlang.org logo
k

kirillrakhman

02/15/2017, 9:58 AM
I don't understand at all what
These operations are supposed to change their receiver and (optionally) return a value.
inc()/dec() shouldn't mutate the receiver object.
By "changing the receiver" we mean the receiver-variable, not the receiver object.
is supposed to mean