3f96e1dabc
#KT-21013 Fixed
9 lines
100 B
Kotlin
Vendored
9 lines
100 B
Kotlin
Vendored
// MOVE: up
|
|
fun test() {
|
|
(0..10)
|
|
.map {
|
|
it
|
|
}
|
|
<caret>println()
|
|
}
|