Temporary workaround to compile bootstrap version
May be reverted soon
This commit is contained in:
@@ -76,6 +76,7 @@ public annotation(retention = SOURCE) class Suppress(vararg val names: String)
|
|||||||
* backend.
|
* backend.
|
||||||
*/
|
*/
|
||||||
target(FUNCTION)
|
target(FUNCTION)
|
||||||
|
// @deprecated("Use kotlin.tailrec instead", ReplaceWith("kotlin.tailrec"))
|
||||||
public annotation(retention = SOURCE) class tailRecursive
|
public annotation(retention = SOURCE) class tailRecursive
|
||||||
|
|
||||||
target(FUNCTION)
|
target(FUNCTION)
|
||||||
|
|||||||
@@ -16,14 +16,14 @@
|
|||||||
|
|
||||||
package kotlin.reflect
|
package kotlin.reflect
|
||||||
|
|
||||||
@deprecated("This class will be dropped in M13 because it was a part of an overly complex API. Use KFunction instead")
|
// @deprecated("This class will be dropped in M13 because it was a part of an overly complex API. Use KFunction instead")
|
||||||
public interface KTopLevelFunction<out R> : KFunction<R>
|
public interface KTopLevelFunction<out R> : KFunction<R>
|
||||||
|
|
||||||
@deprecated("This class will be dropped in M13 because it was a part of an overly complex API. Use KFunction instead")
|
// @deprecated("This class will be dropped in M13 because it was a part of an overly complex API. Use KFunction instead")
|
||||||
public interface KTopLevelExtensionFunction<in E, out R>
|
public interface KTopLevelExtensionFunction<in E, out R>
|
||||||
|
|
||||||
@deprecated("This class will be dropped in M13 because it was a part of an overly complex API. Use KFunction instead")
|
// @deprecated("This class will be dropped in M13 because it was a part of an overly complex API. Use KFunction instead")
|
||||||
public interface KMemberFunction<in T, out R> : KFunction<R>
|
public interface KMemberFunction<in T, out R> : KFunction<R>
|
||||||
|
|
||||||
@deprecated("This class will be dropped in M13 because it was a part of an overly complex API. Use KFunction instead")
|
// @deprecated("This class will be dropped in M13 because it was a part of an overly complex API. Use KFunction instead")
|
||||||
public interface KLocalFunction<out R> : KFunction<R>
|
public interface KLocalFunction<out R> : KFunction<R>
|
||||||
|
|||||||
Reference in New Issue
Block a user