| Index: corelib/src/list.dart
|
| ===================================================================
|
| --- corelib/src/list.dart (revision 424)
|
| +++ corelib/src/list.dart (working copy)
|
| @@ -169,6 +169,8 @@
|
| * Throws an [UnsupportedOperationException] if the list is
|
| * not extendable.
|
| * If [length] is 0, this method does not do anything.
|
| + * If [start] is the length of the array, this method inserts the
|
| + * range at the end of the array.
|
| * Throws an [IllegalArgumentException] if [length] is negative.
|
| * Throws an [IndexOutOfRangeException] if [start] or
|
| * [:start + length:] are out of range.
|
|
|