`for (i in 0..1)` -&gt; `infix fun <http://Int.in|...
# announcements
m
for (i in 0..1)
->
infix fun <http://Int.in|Int.in>(range: IntRange): Iterator<Int>
| UPD: that’s wrong.
i
will be accessible inside loop, this behavior can’t be achieved with a funciton.