Skip to content

Commit 021814a

Browse files
authored
feat: stable non-local jumps (#4875)
1 parent 8c8c135 commit 021814a

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

docs/topics/inline-functions.md

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -126,13 +126,6 @@ inline fun f(crossinline body: () -> Unit) {
126126

127127
### Break and continue
128128

129-
> This feature is currently [In preview](kotlin-evolution-principles.md#pre-stable-features).
130-
> We're planning to stabilize it in future releases.
131-
> To opt in, use the `-Xnon-local-break-continue` compiler option.
132-
> We would appreciate your feedback on it in [YouTrack](https://youtrack.jetbrains.com/issue/KT-1436).
133-
>
134-
{style="warning"}
135-
136129
Similar to non-local `return`, you can apply `break` and `continue` [jump expressions](returns.md) in lambdas passed
137130
as arguments to an inline function that encloses a loop:
138131

0 commit comments

Comments
 (0)