package annotator.tests; import java.util.List; public class LocalGeneric { public void foo() { List var = null; System.out.println(var); } }