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
1. Add missing soft modifiers
2. Port changes from multiple type parameter sections to reference.
Now that multiple type parameter sections are merged, this is the
official syntax. This also covers extension method declarations.
Fixesscala#19667Fixesscala#19668
1. Add missing soft modifiers
2. Port changes from multiple type parameter sections to reference. Now
that multiple type parameter sections are merged, this is the official
syntax. This also covers extension method declarations.
Fixes#19667Fixes#19668
1. Add missing soft modifiers
2. Port changes from multiple type parameter sections to reference.
Now that multiple type parameter sections are merged, this is the
official syntax. This also covers extension method declarations.
Fixes#19667Fixes#19668
[Cherry-picked e06b831]
The following code is valid in Scala 3.3.1
But it seems to be not covered by the ebnf grammar:
DefDef
requires a function body to be defined (unlikeDefDcl
)The text was updated successfully, but these errors were encountered: