mirror of
https://gitflic.ru/project/openide/openide.git
synced 2025-12-18 17:20:54 +07:00
9 lines
151 B
Java
9 lines
151 B
Java
// "Wrap using 'Arrays.toString()'" "true-preview"
|
|
public class Test {
|
|
void ba() {
|
|
fa(new Object<caret>[] {1,2,3});
|
|
}
|
|
|
|
void fa(String s){}
|
|
}
|