class MyTest { void foo() { String[] a = new String[]{ "a", "b"}; } }