Add inference annotations to the dumped declarations
This commit is contained in:
+6
@@ -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
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user