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 85bb903 commit 8043ce0Copy full SHA for 8043ce0
library/src/scala/compiletime/package.scala
@@ -123,7 +123,8 @@ package object compiletime {
123
* @tparam T the tuple containing the types of the values to be summoned
124
* @return the given values typed as elements of the tuple
125
*/
126
- transparent inline def summonAll[T <: Tuple]: Tuple.Widen[T] =
+ // FIXME: missing span in tests/run/summonAll.scala
127
+ /*transparent */inline def summonAll[T <: Tuple]: Tuple.Widen[T] =
128
val res =
129
inline erasedValue[T] match
130
case _: EmptyTuple => EmptyTuple
0 commit comments