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