mirror of
https://gitflic.ru/project/openide/openide.git
synced 2025-12-21 04:50:58 +07:00
9 lines
165 B
Java
9 lines
165 B
Java
// "Surround with array initialization" "false"
|
|
class A {
|
|
|
|
void foo(){
|
|
sort(<caret>"String", "String");
|
|
}
|
|
|
|
<T extends Integer, Q> void sort(T[] a, Q q){}
|
|
} |