| Index: lib/src/unmodifiable_wrappers.dart
|
| diff --git a/lib/src/unmodifiable_wrappers.dart b/lib/src/unmodifiable_wrappers.dart
|
| index 7f7d90105e3ceb15470d135475a33031e2219ff0..efe3c9d07edc05ff01ec570c1e9550424b2f592d 100644
|
| --- a/lib/src/unmodifiable_wrappers.dart
|
| +++ b/lib/src/unmodifiable_wrappers.dart
|
| @@ -227,7 +227,7 @@ abstract class UnmodifiableMapMixin<K, V> implements Map<K, V> {
|
| * Throws an [UnsupportedError];
|
| * operations that change the map are disallowed.
|
| */
|
| - V remove(K key) => _throw();
|
| + V remove(Object key) => _throw();
|
|
|
| /**
|
| * Throws an [UnsupportedError];
|
|
|