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 abbeb91 commit e5e0f9bCopy full SHA for e5e0f9b
docs/docs/reference/contextual/derivation.md
@@ -198,7 +198,6 @@ implementation of `summonAll` is `inline` and uses Dotty's `summonInline` constr
198
`List`,
199
200
```scala
201
-inline def summonAll[T]: T = summonInline[T]
202
203
inline def summonAll[T <: Tuple]: List[Eq[_]] = inline erasedValue[T] match {
204
case _: Unit => Nil
0 commit comments