Skip to content

Commit 587831d

Browse files
authored
Enable capture checking on Tuple (#24345)
Used to not work in #23688, now it should compile.
2 parents 8b5d445 + ba2c6f3 commit 587831d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

library/src/scala/Tuple.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
package scala
22

3-
// import language.experimental.captureChecking
3+
import language.experimental.captureChecking
44
import annotation.showAsInfix
55
import compiletime.*
66
import compiletime.ops.int.*

0 commit comments

Comments
 (0)