Hi! Can i check why this code runs into an error? List.of("abc","def").stream().reduce(0, (x,y) -> x + y.length())