blob: 64e90d0740cb680febdcdaf4e8b49c5ec7c36046 [file]
// MOVE: up
fun test() {
(0..10)
.map {
it
<caret>println()
}
}