Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(473)

Unified Diff: corelib/src/list.dart

Issue 9561005: The setRange methods works on non-extensible arrays. Document it as such. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 8 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698