mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-08-31 14:00:54 +07:00
8 lines
102 B
Java
8 lines
102 B
Java
class C {
|
|
void foo(int n) {
|
|
if (false) {
|
|
int[] a = new int[n];
|
|
a[0] = 1;
|
|
}
|
|
}
|
|
} |