@kotlin.annotation.Retention
@java.lang.annotation.Retention
public annotation class Ann {
    public abstract method b(): byte
    public abstract method bool(): boolean
    public abstract method c(): char
    public abstract method d(): double
    public abstract method f(): float
    public abstract method i(): int
    public abstract method l(): long
    public abstract method s(): short
}

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


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