import java.util.*; public class Test { List<String> f; void foo() { f.add("val"); } }