import java.util.List; public class Test { public void run() { List<String> strings = null; } }