mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-03 20:33:31 +07:00
GitOrigin-RevId: 4c838da8dbb068de751bfb71ef98448bc475bf90
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){}
|
|
}
|