import java.util.ArrayList; public class Error { public static void main(String[] args) { ArrayList myList = new ArrayList<>(); } }