Skip to content

Commit 18cdb7c

Browse files
committed
Fix tests
1 parent eeb02ca commit 18cdb7c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/pos-macros/i7358.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ transparent inline def summonT[Tp <: Tuple](using QuoteContext): Tuple = inline
88
case _ : (hd *: tl) => {
99
type H = hd
1010
summonFrom {
11-
case given _ : Type[H] => summon[Type[H]] *: summonT[tl]
11+
case given Type[H] => summon[Type[H]] *: summonT[tl]
1212
}
1313
}
1414
}

0 commit comments

Comments
 (0)