For loop variables not being typed when using generalized iteration with __iter
metamethod
#819
Labels
bug
Something isn't working
fixed by new solver
This issue is confirmed to be fixed in the new solver.
prioritized
We plan to do this
The typechecker seems to be unable to infer the types of variables declared in the
for ... in
list when using generalized iteration with the__iter
metamethod defined.The text was updated successfully, but these errors were encountered: