// "Surround with array initialization" "true-preview" class A { String[] foo(){ return new String[]{""}; } }