fun foo() = 42 interface A interface B : A interface C : B interface Consumer interface Producer interface My interface Successor : My interface Two