@java.lang.annotation.Retention
public annotation class Ann {
    public abstract method v(): java.lang.String
}


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

@Ann
public class My {
    public method <init>(): void
}
