DEBSOURCES
Skip Quicknav
sources / vala / 0.56.18-7 / tests / objects / property-interface-invalid-name.test
12345678
Invalid Code interface IFoo : Object { public abstract string _foo { get; set; } } void main () { }