Index: corelib/src/list.dart |
diff --git a/corelib/src/list.dart b/corelib/src/list.dart |
index 62da434dc9f7a1d5f633d052f231e4d4fcc35c4a..36fad3d69d3550f763e9cfdc2c54ab2e9a8fb485 100644 |
--- a/corelib/src/list.dart |
+++ b/corelib/src/list.dart |
@@ -121,8 +121,6 @@ interface List<E> extends Collection<E> default ListFactory<E> { |
/** |
* Copies [length] elements of the [from] array, starting |
* from [startFrom], into [:this:], starting at [start]. |
- * Throws an [UnsupportedOperationException] if the list is |
- * not extendable. |
* If [length] is 0, this method does not do anything. |
* Throws an [IllegalArgumentException] if [length] is negative. |
* Throws an [IndexOutOfRangeException] if [start] or |