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
{{ message }}
This repository was archived by the owner on Sep 1, 2020. It is now read-only.
Update documentation to make it clear [] => ... is invalid.
As @adriaanm pointed out, the grammar comment was wrong. Type lambdas
require at least one type paramter.
Even though the parser fails to accept `[] => ...` at an earlier point,
I added a bit of error-checking to make sure that we never accept such
a construction (at least until it has an accepted use/meaning).
0 commit comments