import java.util.Collection; import java.util.List; interface A { > void foo(S x); & Cloneable> void foo(S x); }