compiler: Allow string slices with start index == length.
Avoid an off-by-one error when checking the start index of a string slice by allowing the start index to be the string length instead of the string length - 1. Fixes golang/go#11522. Reviewed-on: https://go-review.googlesource.com/13030 From-SVN: r227191
Showing
Please
register
or
sign in
to comment