To fix it you have to do `listOfEithers.fold(Right...
# arrow
s
To fix it you have to do
listOfEithers.fold(Right("test") as Either<...>) { acc, i -> ... }