Skip to content

Commit 6af7022

Browse files
authored
Update library/src/scala/NamedTuple.scala
1 parent cf2745d commit 6af7022

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

library/src/scala/NamedTuple.scala

+1
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,7 @@ object NamedTuple:
3535

3636
extension [N <: Tuple, V <: Tuple](x: NamedTuple[N, V])
3737

38+
// ALL METHODS DEPENDING ON `toTuple` MUST BE EXPORTED FROM `NamedTupleDecomposition`
3839
/** The underlying tuple without the names */
3940
inline def toTuple: V = x
4041

0 commit comments

Comments
 (0)