DEBSOURCES
Skip Quicknav
sources / vala / 0.56.18-2 / tests / resolver / interface-prerequisite-cycle.test
12345678910
Invalid Code interface IBar : IFoo { } interface IFoo : IBar { } void main () { }