We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
current spec is out of date after this change #10940 https://dotty.epfl.ch/docs/reference/syntax.html
Extension ::= ‘extension’ [DefTypeParamClause] ‘(’ DefParam ‘)’ {UsingParamClause} ExtMethods
The text was updated successfully, but these errors were encountered:
Fix syntax of extension methods
2160209
Allow leading using parameter clauses. This aligns spec and actual parser. Fixes scala#13027
9a41298
odersky
Successfully merging a pull request may close this issue.
current spec is out of date after this change #10940
https://dotty.epfl.ch/docs/reference/syntax.html
The text was updated successfully, but these errors were encountered: