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