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