@java.lang.annotation.Retention(value=RUNTIME)
@kotlin.Metadata
public annotation class Anno {
    // source: 'unsignedTypes.kt'
    public abstract method b(): byte
    public abstract method i(): int
    public abstract method l(): long
    public abstract method s(): short
}
