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
State explicitly that an => body in a constructor is an error (#2064)
The specification does not currently make it explicit that it is an error for a generative constructor to have a body of the form => e;. This PR adds text to make that error explicit.
0 commit comments