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
Only consider methods with 0 parameters in valueOf (#20543)
`valueOf` should only consider getters, which have 0 parameters.
test with:
```
scala3-compiler / testOnly dotty.tools.repl.ScriptedTests -- dotty.tools.repl.ScriptedTests.replTests
```
Fixes#19184
[Cherry-picked 4828244]
0 commit comments