package test; import java.util.List; public class J implements K { public String foo(List bar) { return ""; } }