import java.util.List; class System { // Conflict resolution deliberately not supported static void foo(List ls) { ls.forEach(); } }