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
The error is right (well, sort of -- it says "assign" which is inaccurate), but the span pointing at the closure head doesn't make a lot of sense. If the closure has arguments and/or a return type, the span covers those as well, but they are irrelevant.
The text was updated successfully, but these errors were encountered:
The following code generates an error:
The error is right (well, sort of -- it says "assign" which is inaccurate), but the span pointing at the closure head doesn't make a lot of sense. If the closure has arguments and/or a return type, the span covers those as well, but they are irrelevant.
The text was updated successfully, but these errors were encountered: