We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
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
2.12.16
When i try tab completion on SortedMap, the REPL crashes
import scala.collection.immutable.SortedMap scala> val x = SortedMap.
Exception in thread "main" java.lang.AssertionError: assertion failed: missing implicit parameter of type Ordering[K] after typer at phase parser
The text was updated successfully, but these errors were encountered:
I can reproduce it using Scala 3.2.2, but not in 3.3.0-RC2, so it seems to be fixed already
Sorry, something went wrong.
That was #16559
Why does it say compiler 2.12.16?
For the record, I could not reproduce it anywhere, but then the weird exception rang a bell.
No branches or pull requests
Uh oh!
There was an error while loading. Please reload this page.
Compiler version
2.12.16
Minimized code
When i try tab completion on SortedMap, the REPL crashes
Output
Expectation
Exception in thread "main" java.lang.AssertionError: assertion failed: missing implicit parameter of type Ordering[K] after typer at phase parser
The text was updated successfully, but these errors were encountered: