DEBSOURCES
Skip Quicknav
sources / vala / 0.56.18-7 / tests / chainup / base-struct-invalid.test
123456789101112
Invalid Code struct Foo { public int i; public Foo () { base (); } } void main () { }