| Index: test/generated_sdk/lib/collection/linked_hash_map.dart
|
| diff --git a/test/generated_sdk/lib/collection/linked_hash_map.dart b/test/generated_sdk/lib/collection/linked_hash_map.dart
|
| index 35d011043dfa69ce44d9fdbed7c4041ba1466423..098767eccf80f1cd85c9fb6b3379740869043c07 100644
|
| --- a/test/generated_sdk/lib/collection/linked_hash_map.dart
|
| +++ b/test/generated_sdk/lib/collection/linked_hash_map.dart
|
| @@ -55,7 +55,7 @@ abstract class LinkedHashMap<K, V> implements HashMap<K, V> {
|
| */
|
| factory LinkedHashMap({ bool equals(K key1, K key2),
|
| int hashCode(K key),
|
| - bool isValidKey(potentialKey) }) {
|
| + bool isValidKey(Object potentialKey) }) {
|
| if (isValidKey == null) {
|
| if (hashCode == null) {
|
| if (equals == null) {
|
|
|