The following snipped, ``` for(var i in [0,1]){ Console::outln(i) } ``` throws the following exception `[line:62] Attached object was unreferenced` Curious that it tells the line 62. It should be line 2