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 8c8c135 commit 021814aCopy full SHA for 021814a
docs/topics/inline-functions.md
@@ -126,13 +126,6 @@ inline fun f(crossinline body: () -> Unit) {
126
127
### Break and continue
128
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
-
136
Similar to non-local `return`, you can apply `break` and `continue` [jump expressions](returns.md) in lambdas passed
137
as arguments to an inline function that encloses a loop:
138
0 commit comments