Skip to content

Commit df877cb

Browse files
committed
Fix #7262: Add regression test
1 parent a2abd6c commit df877cb

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

tests/pos/i7262.scala

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
import scala.quoted._
2+
class Foo {
3+
def f[T](t: Type[T])(using QuoteContext) = t match {
4+
case '[ Int *: Unit ] =>
5+
}
6+
}

0 commit comments

Comments
 (0)