diff --git a/core/builtins/src/kotlin/Inline.kt b/core/builtins/src/kotlin/Inline.kt index 8f6c5210165..729cda20d48 100644 --- a/core/builtins/src/kotlin/Inline.kt +++ b/core/builtins/src/kotlin/Inline.kt @@ -59,7 +59,6 @@ public annotation class crossinline * Specifies the control flow statements which are allowed to be used for non-local control flow transfer in a lambda * passed as a parameter to an inline function. */ -@Deprecated("Use the crossinline modifier instead") public enum class InlineOption { /** * This option hasn't been implemented yet.