Chromium Code Reviews| Index: frog/lib/corelib_impl.dart |
| diff --git a/frog/lib/corelib_impl.dart b/frog/lib/corelib_impl.dart |
| index 284ba32dbe0682dd644bdecf2bbbec40239282bb..e5dbfef852eff1ace90ebe631ca54bf76d47a276 100644 |
| --- a/frog/lib/corelib_impl.dart |
| +++ b/frog/lib/corelib_impl.dart |
| @@ -233,6 +233,7 @@ ImmutableMap _constMap(List itemsAndKeys) { |
| } |
| /** An immutable map. */ |
| +// TODO(jmesserly): extends HashMapImplementation<K, V>? |
| class ImmutableMap<K, V> implements Map<K, V> { |
| final Map<K, V> _internal; |