blob: cd085d9e6931d034a2b86016c6b7abba1f6ff14a [file] [log] [blame]
// "Surround with array initialization" "false"
class A {
void foo(){
sort(<caret>"String", "String");
}
<T extends Integer, Q> void sort(T[] a, Q q){}
}