Details
-
New Feature
-
Status: Closed
-
Major
-
Resolution: Fixed
-
1.0-JSR-2
-
None
Description
list = [0,1,2,3]
list[0..2] = ['x']
works fine while
x = '0123' <<''
x[0..2] = 'x'
doesn't
change comment: sorry I started this issue with "String" it should have been "StringBuffer"
Attachments
Issue Links
- is duplicated by
-
GROOVY-966 StringBuffer getAt throws RuntimeError: Ambigous Method overloading
- Closed