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