package test

public interface DeepSamLoop {

    public interface Bar {
        public abstract fun foo(/*0*/ p0: test.DeepSamLoop.Foo!): kotlin.Unit
    }

    public interface Foo {
        public abstract fun foo(/*0*/ p0: test.DeepSamLoop.Bar!): kotlin.Unit
    }
}
