public class PrimitivesNullness {

    public static void main(String[] args) {
        for (String line : new String[] {"a"}) {}
    }
}
