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

@java.lang.annotation.Retention
public annotation class A2 {
    public abstract method k(): java.lang.Class
    public abstract method s(): A1
}


public final class AnnotationClassKt {
    public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
}
