| Index: lib/html/templates/immutable_list_mixin.darttemplate
|
| ===================================================================
|
| --- lib/html/templates/immutable_list_mixin.darttemplate (revision 12800)
|
| +++ lib/html/templates/immutable_list_mixin.darttemplate (working copy)
|
| @@ -57,6 +57,7 @@
|
| throw const UnsupportedOperationException("Cannot removeLast on immutable List.");
|
| }
|
|
|
| + // FIXME: implement these.
|
| void setRange(int start, int rangeLength, List<$E> from, [int startFrom]) {
|
| throw const UnsupportedOperationException("Cannot setRange on immutable List.");
|
| }
|
|
|