// "Surround with array initialization" "true" import java.util.List; class A { public void test(List[] t){} void foo(List list) { test(list); } }