// "Surround with array initialization" "true" class A { void foo(){ sort(new String[]{"String"}, "String"); } void sort(T[] a, Q q){} }