// "Add 'new List[]'" "true-preview" import java.util.List; class c { void f(List l) { List[] a; a = new List[]{l}; } }