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
Make sure that fewerBraces as default will not work for 3.0-migration
Under 3.0-migration
{ x: T =>
expr
}
Is legal code but it's forbidden for later versions. If `fewerBraces` was the default, that code
would be ambiguous.
0 commit comments