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
The same code compiled by hand does show the warning:
scala> def foo(x: Option[Int]) = x match { case None => } def foo(x: Option[Int]): Unit scala>
Could you have a look @liufengyun ?
The text was updated successfully, but these errors were encountered:
This is a known issue (at least to me 😄). Warnings are not reported in the REPL.
Sorry, something went wrong.
Fix scala#4217: display warnings in repl
870885f
Merge pull request #4269 from dotty-staging/fix-4217
08f4679
Fix #4217: display warnings in repl
liufengyun
No branches or pull requests
The same code compiled by hand does show the warning:
Could you have a look @liufengyun ?
The text was updated successfully, but these errors were encountered: