@java.lang.annotation.Retention
public annotation class Anno {
    public abstract method b(): byte
    public abstract method e(): E
    public abstract method es(): E[]
    public abstract method k(): java.lang.Class
    public abstract method ka(): java.lang.Class[]
    public abstract method s(): java.lang.String
    public abstract method ss(): java.lang.String[]
    public abstract method z(): Z
    public abstract method zs(): Z[]
}


public final class AnnotationConstructorParametersKt {
    public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
    public final static @org.jetbrains.annotations.NotNull method tmp(): java.lang.Class[]
}


public enum class E {
    protected method <init>(p0: java.lang.String, p1: int): void
    public static method valueOf(p0: java.lang.String): E
    public static method values(): E[]
}

@java.lang.annotation.Retention
public annotation class Z
