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.
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