| Index: dart/sdk/lib/core/list.dart
|
| diff --git a/dart/sdk/lib/core/list.dart b/dart/sdk/lib/core/list.dart
|
| index 1ce5db5fb9a3d2757229bbf04b8ecbd08a1549a4..a2c299aceea1c9e9c9a269cb07eface79834812a 100644
|
| --- a/dart/sdk/lib/core/list.dart
|
| +++ b/dart/sdk/lib/core/list.dart
|
| @@ -368,7 +368,7 @@ class ListIterator<E> implements Iterator<E> {
|
| class MappedList<S, T> extends NonExtensibleListMixin<T> {
|
| final List<S> _list;
|
| // TODO(ahe): Restore type when feature is implemented in dart2js
|
| - // checked mode.
|
| + // checked mode. http://dartbug.com/7733
|
| final /* _Transformation<S, T> */ _f;
|
|
|
| MappedList(this._list, T this._f(S element));
|
|
|