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
@@ -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()
}