before folding ``` String[] strings = new String[0]; if (strings.length == 0) { throw new Exception("error"); } ``` after folded 