Closed emlai closed 3 years ago
E.g. the following should iterate through the array:
for (var i in [1, 2, 3]) { ... }
Currently we get an error:
error: type 'int[3]' has no member function 'iterator'
Implemented in 29a1a4b82cb20c4d389f6fc74abed39b1b3bd88a.
E.g. the following should iterate through the array:
Currently we get an error: