Skip to content

Commit 7e3dd15

Browse files
committed
Test that $t is upper bounded by Tuple
1 parent ff7214a commit 7e3dd15

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests/pos/i7264.scala

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,6 @@ import scala.quoted._
22
class Foo {
33
def f[T2](t: Type[T2])(given QuoteContext) = t match {
44
case '[ *:[Int, $t] ] =>
5+
'[ *:[Int, $t] ]
56
}
67
}

0 commit comments

Comments
 (0)