import java.util.List; import java.util.ArrayList; class Test { void bar () { List l = new ArrayList(); } }