mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-05-23 14:31:48 +07:00
a9069f60e8
GitOrigin-RevId: 78ef76ab85b1e051d0bb887801379136be041c5b
6 lines
108 B
Java
6 lines
108 B
Java
// "Iterate over String[]" "true"
|
|
class Test {
|
|
void foo() {
|
|
new String<caret>[] {"a", "b", "c"};
|
|
}
|
|
} |