File tree Expand file tree Collapse file tree 2 files changed +2
-0
lines changed
library/src/scala/runtime/stdLibPatches Expand file tree Collapse file tree 2 files changed +2
-0
lines changed Original file line number Diff line number Diff line change @@ -5,6 +5,7 @@ import scala.language.experimental.captureChecking
55import scala .annotation .experimental
66import scala .annotation .internal .RuntimeChecked
77
8+ @ deprecated(message = " Patches to the stdlib are not applied anymore" , since = " 3.8.0" )
89object Predef :
910 import compiletime .summonFrom
1011
Original file line number Diff line number Diff line change @@ -6,6 +6,7 @@ import scala.annotation.compileTimeOnly
66
77/** Scala 3 additions and replacements to the `scala.language` object.
88 */
9+ @ deprecated(message = " Patches to the stdlib are not applied anymore" , since = " 3.8.0" )
910object language :
1011
1112 /** The experimental object contains features that have been recently added but have not
You can’t perform that action at this time.
0 commit comments