mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-03 18:48:28 +07:00
GitOrigin-RevId: b411271e0d9d4670630f6a54dd7fac7bf1423a68
8 lines
117 B
Java
8 lines
117 B
Java
// "Remove 'for' statement" "true"
|
|
|
|
class Test {
|
|
|
|
void fillByteArray() {
|
|
byte[] plaintext = new byte[10];
|
|
}
|
|
} |