Skip to content

Commit 8043ce0

Browse files
committed
Revert transparent summonAll
1 parent 85bb903 commit 8043ce0

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

library/src/scala/compiletime/package.scala

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,8 @@ package object compiletime {
123123
* @tparam T the tuple containing the types of the values to be summoned
124124
* @return the given values typed as elements of the tuple
125125
*/
126-
transparent inline def summonAll[T <: Tuple]: Tuple.Widen[T] =
126+
// FIXME: missing span in tests/run/summonAll.scala
127+
/*transparent */inline def summonAll[T <: Tuple]: Tuple.Widen[T] =
127128
val res =
128129
inline erasedValue[T] match
129130
case _: EmptyTuple => EmptyTuple

0 commit comments

Comments
 (0)