Include new annotations (SinceKotlin, ParameterName) in public API reference.
This commit is contained in:
@@ -30,11 +30,19 @@ public class kotlin/NoWhenBranchMatchedException : java/lang/RuntimeException {
|
||||
public fun <init> (Ljava/lang/Throwable;)V
|
||||
}
|
||||
|
||||
public abstract interface annotation class kotlin/ParameterName : java/lang/annotation/Annotation {
|
||||
public abstract fun name ()Ljava/lang/String;
|
||||
}
|
||||
|
||||
public abstract interface annotation class kotlin/ReplaceWith : java/lang/annotation/Annotation {
|
||||
public abstract fun expression ()Ljava/lang/String;
|
||||
public abstract fun imports ()[Ljava/lang/String;
|
||||
}
|
||||
|
||||
public abstract interface annotation class kotlin/SinceKotlin : java/lang/annotation/Annotation {
|
||||
public abstract fun version ()Ljava/lang/String;
|
||||
}
|
||||
|
||||
public abstract interface annotation class kotlin/Suppress : java/lang/annotation/Annotation {
|
||||
public abstract fun names ()[Ljava/lang/String;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user