Invalid Code interface Foo : Object { } interface Bar : Object, Foo { } void main () { }