import java.util.*; interface A> { A<? extends List> foo(); A> foo1(); }