Skip to content

Commit 77eb638

Browse files
committed
Revert transparent summonAll
1 parent ff7ff23 commit 77eb638

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
@@ -129,7 +129,8 @@ package object compiletime {
129129
* @tparam T the tuple containing the types of the values to be summoned
130130
* @return the given values typed as elements of the tuple
131131
*/
132-
transparent inline def summonAll[T <: Tuple]: Tuple.Widen[T] =
132+
// FIXME: missing span in tests/run/summonAll.scala
133+
/*transparent */inline def summonAll[T <: Tuple]: Tuple.Widen[T] =
133134
val res =
134135
inline erasedValue[T] match
135136
case _: EmptyTuple => EmptyTuple

0 commit comments

Comments
 (0)