import java.util.ArrayList; public class ImportTests { public static void main (String [] args) { ImportTests t = new ImportTests(); t.run(); } private void run() { ArrayList al = new ArrayList(); } }