import java.util.List; interface A> { } class C { List> foo(List>> x) { return x; } }