Make IntrinsicConstEvaluation annotation internal

This commit is contained in:
Ilya Gorbunov
2022-05-12 20:33:19 +03:00
committed by Space
parent 90d09dce2c
commit eb8e701cb5
4 changed files with 1 additions and 23 deletions
@@ -41,4 +41,4 @@ internal annotation class PlatformDependent
@Target(AnnotationTarget.CONSTRUCTOR, AnnotationTarget.FUNCTION, AnnotationTarget.PROPERTY)
@Retention(AnnotationRetention.BINARY)
@SinceKotlin("1.7")
public annotation class IntrinsicConstEvaluation
internal annotation class IntrinsicConstEvaluation
@@ -1,13 +0,0 @@
@kotlin.annotation.Target(allowedTargets = {AnnotationTarget.CONSTRUCTOR, AnnotationTarget.FUNCTION, AnnotationTarget.PROPERTY})
@kotlin.annotation.Retention(value = AnnotationRetention.BINARY)
@kotlin.SinceKotlin(version = "1.7")
public final annotation class IntrinsicConstEvaluation : kotlin.Annotation {
public constructor IntrinsicConstEvaluation()
}
/*∆*/
/*∆*/ @kotlin.annotation.Target(allowedTargets = {AnnotationTarget.CONSTRUCTOR, AnnotationTarget.FUNCTION, AnnotationTarget.PROPERTY})
/*∆*/ @kotlin.annotation.Retention(value = AnnotationRetention.BINARY)
/*∆*/ @kotlin.SinceKotlin(version = "1.7")
/*∆*/ public final annotation class IntrinsicConstEvaluation : kotlin.Annotation {
/*∆*/ public constructor IntrinsicConstEvaluation()
/*∆*/ }
@@ -1,6 +0,0 @@
@kotlin.annotation.Target(allowedTargets = {AnnotationTarget.CONSTRUCTOR, AnnotationTarget.FUNCTION, AnnotationTarget.PROPERTY})
@kotlin.annotation.Retention(value = AnnotationRetention.BINARY)
@kotlin.SinceKotlin(version = "1.7")
public final annotation class IntrinsicConstEvaluation : kotlin.Annotation {
public constructor IntrinsicConstEvaluation()
}
@@ -3118,9 +3118,6 @@ public abstract interface class kotlin/coroutines/jvm/internal/CoroutineStackFra
public abstract interface annotation class kotlin/experimental/ExperimentalTypeInference : java/lang/annotation/Annotation {
}
public abstract interface annotation class kotlin/internal/IntrinsicConstEvaluation : java/lang/annotation/Annotation {
}
public final class kotlin/internal/PlatformImplementationsKt {
public static final fun apiVersionIsAtLeast (III)Z
}