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