// "Replace with 'Collection.size()'" "true-preview" import java.util.ArrayList; import java.util.List; public class Main { public static long test() { List s = new ArrayList<>(); return s.stream().count(); } }