public abstract interface TwoBounds : R|kotlin/Any| {
    public abstract interface Sub : R|test/TwoBounds.Super| {
        public abstract fun <B : R|kotlin/CharSequence!|, R|kotlin/Cloneable!|> foo(b: R|ft<B & Any, B?>|): R|kotlin/Unit|

    }
    public abstract interface Super : R|kotlin/Any| {
        public abstract fun <A : R|kotlin/CharSequence!|, R|kotlin/Cloneable!|> foo(a: R|ft<A & Any, A?>|): R|kotlin/Unit|

    }
}
