Skip to content

Commit 72b2102

Browse files
Update experimental comments on Tuple reverse (#19265)
These definition was updated in #19183. This does not leave much time to test before the release of 3.4. As a precaution we must delay it to 3.5.
2 parents 8542342 + 0f9eb1a commit 72b2102

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

tests/run-tasty-inspector/stdlibExperimentalDefinitions.scala

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -92,10 +92,10 @@ val experimentalDefinitionInLibrary = Set(
9292
"scala.quoted.Quotes.reflectModule.TermParamClauseMethods.hasErasedArgs",
9393

9494
// New feature: reverse method on Tuple
95-
"scala.Tuple.reverse", // can be stabilized in 3.4
96-
"scala.Tuple$.Reverse", // can be stabilized in 3.4
97-
"scala.Tuple$.ReverseOnto", // can be stabilized in 3.4
98-
"scala.runtime.Tuples$.reverse", // can be stabilized in 3.4
95+
"scala.Tuple.reverse", // can be stabilized in 3.5
96+
"scala.Tuple$.Reverse", // can be stabilized in 3.5
97+
"scala.Tuple$.ReverseOnto", // can be stabilized in 3.5
98+
"scala.runtime.Tuples$.reverse", // can be stabilized in 3.5
9999
)
100100

101101

0 commit comments

Comments
 (0)