Add inference annotations to the dumped declarations

This commit is contained in:
Mikhail Zarechenskiy
2018-09-18 23:28:54 +03:00
parent 8c01cd48a5
commit 86141be61f
@@ -1,3 +1,6 @@
public abstract interface annotation class kotlin/BuilderInference : java/lang/annotation/Annotation {
}
public abstract interface annotation class kotlin/Deprecated : java/lang/annotation/Annotation {
public abstract fun level ()Lkotlin/DeprecationLevel;
public abstract fun message ()Ljava/lang/String;
@@ -2657,6 +2660,9 @@ public abstract interface class kotlin/coroutines/jvm/internal/CoroutineStackFra
public abstract fun getStackTraceElement ()Ljava/lang/StackTraceElement;
}
public abstract interface annotation class kotlin/experimental/ExperimentalTypeInference : java/lang/annotation/Annotation {
}
public final class kotlin/internal/PlatformImplementationsKt {
public static final fun apiVersionIsAtLeast (III)Z
}