| Index: tool/input_sdk/lib/core/set.dart
|
| diff --git a/tool/input_sdk/lib/core/set.dart b/tool/input_sdk/lib/core/set.dart
|
| index a52fa53ca1798fa87fe074abf8a24545c2e10f01..6c3ec00813017bd1dae6f66abacdf7f529a19289 100644
|
| --- a/tool/input_sdk/lib/core/set.dart
|
| +++ b/tool/input_sdk/lib/core/set.dart
|
| @@ -169,7 +169,7 @@ abstract class Set<E> extends IterableBase<E> implements EfficientLength {
|
| * That is, the returned set contains all the elements of this [Set] that
|
| * are not elements of [other] according to `other.contains`.
|
| */
|
| - Set<E> difference(Set<E> other);
|
| + Set<E> difference(Set<Object> other);
|
|
|
| /**
|
| * Removes all elements in the set.
|
|
|