public abstract interface DeeplySubstitutedClassParameter : R|kotlin/Any| { public abstract interface Middle|> : R|test/DeeplySubstitutedClassParameter.Super>| { public abstract fun foo(p: R|ft|): R|kotlin/Unit| } public abstract interface Sub : R|test/DeeplySubstitutedClassParameter.Middle>| { public abstract fun foo(p: R|ft|): R|kotlin/Unit| } public abstract interface Super|> : R|kotlin/Any| { public abstract fun foo(p: R|ft|): R|kotlin/Unit| public abstract fun dummy(): R|kotlin/Unit| } }