Skip to content

Commit c042571

Browse files
committed
Add extra test
1 parent c674642 commit c042571

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

tests/pos/i7264b.scala

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)