DEBSOURCES
Skip Quicknav
sources / vala / 0.56.18-7 / tests / semantic / array-invalid-type-argument.test
12345678
Invalid Code class Foo { } void main () { Foo<string>[] foo = null; }