Skip to content

Commit 3c18175

Browse files
committed
Revert transparent summonAll
1 parent 204a7af commit 3c18175

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
@@ -141,7 +141,8 @@ package object compiletime {
141141
* @tparam T the tuple containing the types of the values to be summoned
142142
* @return the given values typed as elements of the tuple
143143
*/
144-
transparent inline def summonAll[T <: Tuple]: Tuple.Widen[T] =
144+
// FIXME: missing span in tests/run/summonAll.scala
145+
/*transparent */inline def summonAll[T <: Tuple]: Tuple.Widen[T] =
145146
val res =
146147
inline erasedValue[T] match
147148
case _: EmptyTuple => EmptyTuple

0 commit comments

Comments
 (0)