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