class C { void foo(C> x) { C c = bar(x); } C bar(C> x){ return null; } }