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


public final class TestKt {
    public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
    public final static method testClass(@org.jetbrains.annotations.NotNull p0: java.lang.Class, @org.jetbrains.annotations.NotNull p1: java.lang.String): void
    public final static method testMethod(@org.jetbrains.annotations.NotNull p0: java.lang.reflect.Method, @org.jetbrains.annotations.NotNull p1: java.lang.String): void
}
