public abstract interface InheritNotVararg : R|kotlin/Any| {
    public abstract interface Sub : R|test/InheritNotVararg.Super| {
        public abstract fun foo(p0: R|kotlin/Array<out kotlin/String>?|): R|kotlin/Unit|

    }

    public abstract interface Super : R|kotlin/Any| {
        public abstract fun dummy(): R|kotlin/Unit|

        public abstract fun foo(p0: R|kotlin/Array<out kotlin/String>?|): R|kotlin/Unit|

    }

}
