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
This is valid code:
trait A extends (B => B){}
but it's currently showing extends differently than in simpler cases:
extends
vs
The text was updated successfully, but these errors were encountered:
e707aec
Merge pull request #85 from nicolasstucki/fix-#83
6c995f9
Fix #83: Accept `extends` followed by a `(`
Fix scala#83: Match function extensions with (?=\\([^\\)]+=>)
92832c8
Merge pull request #86 from nicolasstucki/fix-83-without-bracking-enum
1342458
Fix #83: Match function extensions with (?=\\([^\\)]+=>)
Successfully merging a pull request may close this issue.
This is valid code:
but it's currently showing
extends
differently than in simpler cases:vs
The text was updated successfully, but these errors were encountered: