blob: 89ae1f7d3101ca13167a6655dd24771544e56c7f [file] [log] [blame]
import java.util.*;
public class Test {
List<String> f = new ArrayList<String>(){};
}