DEBSOURCES
Skip Quicknav
sources / vala / 0.56.18-2 / tests / semantic / params-array-struct-length.test
123456789101112
Invalid Code struct Foo { public int i; public string s; } void foo (params Foo foov[3]) { } void main () { }