DescriptionFixed Issue 7508: Many StringBuffer methods return StringBuffer, but should be void.
- Methods in StringBuffer have now been changed so they do not return this.
- This forces the programmer to use cascaded calls instead of flaky chaining of calls.
Committed: https://code.google.com/p/dart/source/detail?r=16358
Patch Set 1 #
Messages
Total messages: 2 (0 generated)
|