| Index: test/generated_sdk/lib/collection/linked_hash_set.dart
|
| diff --git a/test/generated_sdk/lib/collection/linked_hash_set.dart b/test/generated_sdk/lib/collection/linked_hash_set.dart
|
| index f475b0d8bd4276fcc5739109228e8b1844bd5129..14ba17e6094eb0c56c3d38fb2116b463d93a24af 100644
|
| --- a/test/generated_sdk/lib/collection/linked_hash_set.dart
|
| +++ b/test/generated_sdk/lib/collection/linked_hash_set.dart
|
| @@ -54,7 +54,7 @@ abstract class LinkedHashSet<E> implements HashSet<E> {
|
| */
|
| factory LinkedHashSet({ 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) {
|
|
|