public abstract interface OverrideWithErasedParameter : R|kotlin/Any| { public abstract interface Sub : R|test/OverrideWithErasedParameter.Super| { public abstract fun foo(o: R|kotlin/Any!|): R|kotlin/Unit| } public abstract interface Super : R|kotlin/Any| { public abstract fun foo(t: R|T!|): R|kotlin/Unit| public abstract fun dummy(): R|kotlin/Unit| } }