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