subList(0,0) should return empty list and substring(0,0) should return empty string
Closed this issue · 0 comments
jaccomoc commented
At the moment x.subList(0,0)
returns x.
Similarly, x.substring(0,0)
returns x.
subList(0,0) should always return an empty list and substring(0,0) should always return an empty string.