and .map { it -> { it.distance = 2 return it } ...
# getting-started
b
and .map { it -> { it.distance = 2 return it } } doesnt work