package ru.bsp.dshelper.queries; public class Test { public static void main(String[] args) { byte[] b1 = new byte[0]; byte[] b2 = new byte[0]; for (byte[] bs : new byte[][] { b1, b2 }) { } } }