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
import scala.quoted._ class Foo { def f[T](t: Type[T])(given QuoteContext) = t match { case '[ *:[Int, $t] ] => } }
fails with
4 | case '[ *:[Int, $t] ] => | ^ | Type argument $t does not conform to upper bound Tuple
Should compile
The text was updated successfully, but these errors were encountered:
Fix scala#7264: Propagate prototypes in quoted type patterns
cb80376
ff7214a
3b0afb3
Merge pull request #7600 from dotty-staging/fix-#7264a
bc75262
Fix #7264: Propagate prototypes in quoted type patterns
odersky
No branches or pull requests
minimized code
fails with
expectation
Should compile
The text was updated successfully, but these errors were encountered: