import java.util.List; class B { void bar(List x){ foo(x); } T foo(List x){ return null; } }