mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-08-26 11:00:04 +07:00
GitOrigin-RevId: b411271e0d9d4670630f6a54dd7fac7bf1423a68
8 lines
116 B
Java
8 lines
116 B
Java
// "Remove 'for' statement" "true"
|
|
|
|
class Test {
|
|
|
|
void fillByteArray() {
|
|
byte[] plaintext = {0,0,0,0,0};
|
|
}
|
|
} |