import module java.base; public class beforeSimpleModuleImport { public static void main(String[] args) { List a = new ArrayList<>(); } }