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
Last good release: 3.3.1-RC1-bin-20230301-0df5ae2-NIGHTLY First bad release: 3.3.1-RC1-bin-20230302-8020c77-NIGHTLY First bad commit: 6b36cd9
3.3.1-RC1-bin-20230301-0df5ae2-NIGHTLY
3.3.1-RC1-bin-20230302-8020c77-NIGHTLY
//> using options -Xfatal-warnings import scala.quoted.* trait DFValOf[T] def calcWidth(x: List[Type[Any]])(using Quotes): Unit = x.collect { case '[DFValOf[t]] => ???}
7 | x.collect { case '[DFValOf[t]] => ???} | ^^^^^^^^^^^^^ | Unreachable case
No warning (no error under fatal-warnings).
The text was updated successfully, but these errors were encountered:
Accidental duplication of #18507 (some kind of weird GH glitch)
Sorry, something went wrong.
dwijnand
No branches or pull requests
Compiler version
Last good release:
3.3.1-RC1-bin-20230301-0df5ae2-NIGHTLY
First bad release:
3.3.1-RC1-bin-20230302-8020c77-NIGHTLY
First bad commit: 6b36cd9
Minimized code
Output
Expectation
No warning (no error under fatal-warnings).
The text was updated successfully, but these errors were encountered: