// oops missing [] in attempt to define an array literal
new
String
{
"x"
,
"y"
}
;