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.
1 parent ff7214a commit 7e3dd15Copy full SHA for 7e3dd15
tests/pos/i7264.scala
@@ -2,5 +2,6 @@ import scala.quoted._
2
class Foo {
3
def f[T2](t: Type[T2])(given QuoteContext) = t match {
4
case '[ *:[Int, $t] ] =>
5
+ '[ *:[Int, $t] ]
6
}
7
0 commit comments