import java.lang.Integer;
import java.util.List;
public class WC {
	
	void m (List<? super Integer> a, List<? extends Integer> b) {
		
	}
}