DEBSOURCES
Skip Quicknav
sources / vala / 0.56.18-5 / tests / structs / constructor-wrong-name.test
1234567891011
Invalid Code struct Foo { public int i; public Bar () { } } void main () { }