When the calls are enabled in dart add the example:
String s = (new StringBuffer()
..add('test ')
..add('1 ')
..add('2 ')
..add('3 ')
..add('4 ')
).toString();
https://groups.google.com/a/dartlang.org/forum/#!topic/misc/oFbQQkVb-MQ -
discussion
http://code.google.com/p/dart/issues/detail?id=2501 - issues
http://code.google.com/p/dart/issues/detail?id=3729
http://news.dartlang.org/2012/02/method-cascades-in-dart-posted-by-gilad.html -
thread on
Original issue reported on code.google.com by branflak...@gmail.com on 28 Jun 2012 at 4:41
Original issue reported on code.google.com by
branflak...@gmail.com
on 28 Jun 2012 at 4:41