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 5ef1fec commit d7918d3Copy full SHA for d7918d3
tests/pos/i7264c.scala
@@ -0,0 +1,9 @@
1
+import scala.quoted._
2
+class Foo {
3
+ def f[T2: Type](e: Expr[T2])(given QuoteContext) = e match {
4
+ case '{ $x: $t0 } =>
5
+ t0 match
6
+ case '[ *:[Int, $t] ] =>
7
+ '[ *:[Int, $t] ]
8
+ }
9
+}
0 commit comments