Introduce kotlin.ExperimentalStdlibApi annotation for prerelease API

#KT-30174
This commit is contained in:
Ilya Gorbunov
2019-02-27 21:44:17 +03:00
parent 05be09c839
commit d4b97d33ef
2 changed files with 37 additions and 0 deletions
@@ -37,6 +37,9 @@ public final class kotlin/Experimental$Level : java/lang/Enum {
public abstract interface annotation class kotlin/ExperimentalMultiplatform : java/lang/annotation/Annotation {
}
public abstract interface annotation class kotlin/ExperimentalStdlibApi : java/lang/annotation/Annotation {
}
public abstract interface annotation class kotlin/ExperimentalUnsignedTypes : java/lang/annotation/Annotation {
}