You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I also fixed a comment and added an error check for zero-length arrays.
It was already an error to write
Array foo --> 0;
We now catch this case, which previously slipped through:
Array foo --> [];
FixesDavidKinder#40
Currently you can write
This may compile with an unexpected length because the value of
'test'
is not yet determined.The text was updated successfully, but these errors were encountered: