import java.util.*; public class AAA { void f(java.util.List t) { } void f(Collection s) { } void y(List strings) { f(strings); } }