mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-05-23 19:42:48 +07:00
a9069f60e8
GitOrigin-RevId: 78ef76ab85b1e051d0bb887801379136be041c5b
6 lines
91 B
Java
6 lines
91 B
Java
// "Disable 'Iterate'" "false"
|
|
class Test {
|
|
void foo() {
|
|
new String<caret>[10];
|
|
}
|
|
} |