mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-05 02:24:00 +07:00
GitOrigin-RevId: 4c838da8dbb068de751bfb71ef98448bc475bf90
9 lines
142 B
Java
9 lines
142 B
Java
// "Wrap using 'Arrays.toString()'" "true-preview"
|
|
public class Test {
|
|
void ba() {
|
|
fa(new int<caret>[10]);
|
|
}
|
|
|
|
void fa(String s){}
|
|
}
|