Index: lib/html/templates/immutable_list_mixin.darttemplate |
=================================================================== |
--- lib/html/templates/immutable_list_mixin.darttemplate (revision 12656) |
+++ lib/html/templates/immutable_list_mixin.darttemplate (working copy) |
@@ -57,7 +57,6 @@ |
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."); |
} |