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