Immutable Empty List: subList always throwing IndexOutOfBoundsException
ImmutableListImpl.EmptyList.subList(int fromIndex, int toIndex) should return ImmutableListImpl.empty() when fromIndex = toIndex = 0 instead of throwing IndexOutOfBoundsException.
Edited by Aki Abramowski