public abstract interface SingleAbstractMethod : R|kotlin/Any| {
    public abstract fun foo(): R|kotlin/Unit|

}
