// "Replace with collect" "false" import java.util.List; class A { void foo(List> list) { for(List l: list) { l.add(""); } } }