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
scala> def exit(): Nothing = {System.exit(0); throw new AssertionError} def exit(): Nothing scala> exit() 1 |exit() |^ |value `show` is not a member of Nothing
The text was updated successfully, but these errors were encountered:
Merge pull request #4437 from dotty-staging/remove-show
9a30e20
Fix #4415: remove show from repl
OlivierBlanvillain
Successfully merging a pull request may close this issue.
The text was updated successfully, but these errors were encountered: