Skip to content

Commit d487745

Browse files
authored
Merge pull request #8476 from dotty-staging/fix-#7262
Fix #7262: Add regression test
2 parents af80109 + df877cb commit d487745

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)