DEBSOURCES
Skip Quicknav
sources / vala / 0.56.3-1 / tests / basic-types / bug570846.test
12345678
Invalid Code void foo (ref string[] bar) { bar += "foo"; } void main () { }