import java.util.ArrayList; public void function(){ ArrayList myList = new ArrayList<>(); }
public ArrayList list = new ArrayList<>();