- Notifications
You must be signed in to change notification settings - Fork3.1k
Check trivial trait args [ci: last-only]#11034
New issue
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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.
Already on GitHub?Sign in to your account
base:2.13.x
Are you sure you want to change the base?
Uh oh!
There was an error while loading.Please reload this page.
Conversation
5edb059
to720c1cd
CompareScala 3 also allows the empty argument list, so maybe it's not worth cleaning that up in Scala 2? |
som-snytt commentedMar 31, 2025 • edited
Loading Uh oh!
There was an error while loading.Please reload this page.
edited
Uh oh!
There was an error while loading.Please reload this page.
TIL. I'll try to understand the Scala 3 feature well enough to know if that is plain wrong. Edit: haven't gotten around to that, but for now I did allow just the
Should be a lint warning. Before committing to this PR, what I really wanted to do is try backporting trait params. That way, I'll understand how trait params work (until I forget again). |
41aafb7
to831b71d
Compare831b71d
todee9cac
Compare
Fixesscala/bug#6805