Files
sdk/tests/corelib
lrn@google.com f528beb9f2 Add "last" setter to List.
This allows assigning directly as `list.last = value` instead of
having to use the longer `list[list.length - 1] = value`.
It's just an abbreviation, like `list.last` is for reading.

If you use a List as a stack (which is a perfectly good use of it),
modifying the last element like this is a natural operation.

R=sgjesse@google.com

Review URL: https://codereview.chromium.org//315173005

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@37255 260f80e4-7a28-3924-810f-c04153c831b5
2014-06-12 08:11:22 +00:00
..
2013-08-31 00:14:53 +00:00
2013-05-03 12:12:17 +00:00
2014-03-31 15:22:16 +00:00
2013-11-01 17:02:27 +00:00
2013-11-01 17:02:27 +00:00
2012-11-12 23:15:29 +00:00
2014-06-12 08:11:22 +00:00
2013-11-01 17:02:27 +00:00
2014-05-08 11:36:13 +00:00
2013-12-13 12:10:23 +00:00
2013-10-24 08:44:32 +00:00