Make IntrinsicConstEvaluation annotation internal
This commit is contained in:
@@ -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()
|
||||
}
|
||||
-3
@@ -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
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user