public abstract interface DeepSamLoop : R|kotlin/Any| { public abstract interface Bar : R|kotlin/Any| { public abstract fun foo(p: R|test/DeepSamLoop.Foo!|): R|kotlin/Unit| } public abstract interface Foo : R|kotlin/Any| { public abstract fun foo(p: R|test/DeepSamLoop.Bar!|): R|kotlin/Unit| } }