We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent eeb02ca commit 18cdb7cCopy full SHA for 18cdb7c
tests/pos-macros/i7358.scala
@@ -8,7 +8,7 @@ transparent inline def summonT[Tp <: Tuple](using QuoteContext): Tuple = inline
8
case _ : (hd *: tl) => {
9
type H = hd
10
summonFrom {
11
- case given _ : Type[H] => summon[Type[H]] *: summonT[tl]
+ case given Type[H] => summon[Type[H]] *: summonT[tl]
12
}
13
14
0 commit comments