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 ff7ff23 commit 77eb638Copy full SHA for 77eb638
library/src/scala/compiletime/package.scala
@@ -129,7 +129,8 @@ package object compiletime {
129
* @tparam T the tuple containing the types of the values to be summoned
130
* @return the given values typed as elements of the tuple
131
*/
132
- transparent inline def summonAll[T <: Tuple]: Tuple.Widen[T] =
+ // FIXME: missing span in tests/run/summonAll.scala
133
+ /*transparent */inline def summonAll[T <: Tuple]: Tuple.Widen[T] =
134
val res =
135
inline erasedValue[T] match
136
case _: EmptyTuple => EmptyTuple
0 commit comments