DEBSOURCES
Skip Quicknav
sources / vala / 0.56.18-7 / tests / chainup / base-arguments.test
1234567891011121314
Invalid Code class Foo { public Foo (int i) { } } class Bar : Foo { public Bar () { } } void main () { }