DEBSOURCES
Skip Quicknav
sources / vala / 0.56.18-7 / tests / generics / method-parameter-unknown-type-parameter.test
123456789
Invalid Code class Foo<G> { static void bar (G g) { } } void main () { }