diff --git a/core/builtins/src/kotlin/reflect/_Deprecated.kt b/core/builtins/src/kotlin/reflect/_Deprecated.kt index ef5ea9b0d75..52afa46fb95 100644 --- a/core/builtins/src/kotlin/reflect/_Deprecated.kt +++ b/core/builtins/src/kotlin/reflect/_Deprecated.kt @@ -16,14 +16,14 @@ 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 after M13 because it was a part of an overly complex API. Use KFunction instead") public interface KTopLevelFunction : KFunction -@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 after M13 because it was a part of an overly complex API. Use KFunction instead") public interface KTopLevelExtensionFunction -@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 after M13 because it was a part of an overly complex API. Use KFunction instead") public interface KMemberFunction : KFunction -@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 after M13 because it was a part of an overly complex API. Use KFunction instead") public interface KLocalFunction : KFunction