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 204a7af commit 3c18175Copy full SHA for 3c18175
library/src/scala/compiletime/package.scala
@@ -141,7 +141,8 @@ package object compiletime {
141
* @tparam T the tuple containing the types of the values to be summoned
142
* @return the given values typed as elements of the tuple
143
*/
144
- transparent inline def summonAll[T <: Tuple]: Tuple.Widen[T] =
+ // FIXME: missing span in tests/run/summonAll.scala
145
+ /*transparent */inline def summonAll[T <: Tuple]: Tuple.Widen[T] =
146
val res =
147
inline erasedValue[T] match
148
case _: EmptyTuple => EmptyTuple
0 commit comments