From 00d834cf731a1221aaadc0ca2bb00acd65780698 Mon Sep 17 00:00:00 2001 From: Dmitry Jemerov Date: Fri, 11 Sep 2015 12:26:20 +0200 Subject: [PATCH] revert deprecation that breaks tests --- core/builtins/src/kotlin/Inline.kt | 1 - 1 file changed, 1 deletion(-) 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.