We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cf8daf0 commit 211ddb7Copy full SHA for 211ddb7
library/src/scala/util/control/NonLocalReturns.scala
@@ -17,6 +17,7 @@ package scala.util.control
17
* performant, since returns within the scope of the same method can be
18
* rewritten by the compiler to jumps.
19
*/
20
+@deprecated("Use scala.util.boundary and scala.util.break instead", "3.3")
21
object NonLocalReturns {
22
@deprecated("Use scala.util.boundary.Break instead", "3.3")
23
class ReturnThrowable[T] extends ControlThrowable {
0 commit comments