``` >>> [i for i in 1]; 'items' ``` This should instead produce the same error message as when you do `for(i in 1){i;};`. E.g. `Can't iterate over type Integer with no`size`function`
This should instead produce the same error message as when you do
for(i in 1){i;};. E.g.Can't iterate over type Integer with nosizefunction