In not-inline lambdas Kotlin uses mutable `ObjectR...
# getting-started
m
In not-inline lambdas Kotlin uses mutable
ObjectRef
(
IntRef
,
ByteRef
, etc) to hold changing value. In IDE, when your mouse pointer is over such variable, you can see a tooltip explaining this.