public abstract interface SubstitutedClassParameters : R|kotlin/Any| { public abstract interface Sub : R|test/SubstitutedClassParameters.Super1>|, R|test/SubstitutedClassParameters.Super2>| { public abstract fun foo(p: R|ft|): R|kotlin/Unit| } public abstract interface Super1|> : R|kotlin/Any| { public abstract fun foo(p: R|ft|): R|kotlin/Unit| public abstract fun dummy(): R|kotlin/Unit| } public abstract interface Super2|> : R|kotlin/Any| { public abstract fun foo(p: R|ft|): R|kotlin/Unit| public abstract fun dummy(): R|kotlin/Unit| } }