@java.lang.annotation.Retention
@kotlin.Metadata
public annotation class A {
    public abstract method a(): int
}

@kotlin.Metadata
public final class AnnotationKt {
    public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
    public final static @A method test1(): int
    public final static @A method test2(): int
}
