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