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


public final class AnnotationsOnTypeAliasesKt {
    public final static method assertHasDeclaredMethodWithAnn(@org.jetbrains.annotations.NotNull p0: java.lang.Class): void
    public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
}
