| Index: test/generated_sdk/lib/collection/hash_set.dart
|
| diff --git a/test/generated_sdk/lib/collection/hash_set.dart b/test/generated_sdk/lib/collection/hash_set.dart
|
| index 2a84cad4975b00a69a7892c6eb4883edba3a4033..641890f4159c194f7693750a6dd7ee5641750e3a 100644
|
| --- a/test/generated_sdk/lib/collection/hash_set.dart
|
| +++ b/test/generated_sdk/lib/collection/hash_set.dart
|
| @@ -73,7 +73,7 @@ abstract class HashSet<E> implements Set<E> {
|
| */
|
| factory HashSet({ bool equals(E e1, E e2),
|
| int hashCode(E e),
|
| - bool isValidKey(potentialKey) }) {
|
| + bool isValidKey(Object potentialKey) }) {
|
| if (isValidKey == null) {
|
| if (hashCode == null) {
|
| if (equals == null) {
|
|
|