Files
kotlin-fork/compiler
Stepan Koltsov 690efbb39a KT-552 For variable unresolved if loop body is not block
===
for(index in 0..9)
   x[index] = index.byt // <-- index is inresolved here
===
2011-11-28 17:06:27 +04:00
..