| Index: test/dart_codegen/expect/collection/set.dart
|
| diff --git a/test/dart_codegen/expect/collection/set.dart b/test/dart_codegen/expect/collection/set.dart
|
| index 5b3b16c48ac4576e29b6514f3fa1c1f4e248bdca..fce67582bc0ce7567c1cb011abd25057a0c0240a 100644
|
| --- a/test/dart_codegen/expect/collection/set.dart
|
| +++ b/test/dart_codegen/expect/collection/set.dart
|
| @@ -1,7 +1,7 @@
|
| part of dart.collection;
|
| abstract class SetMixin<E> implements Set<E> {bool add(E element);
|
| bool contains(Object element);
|
| - E lookup(E element);
|
| + E lookup(Object element);
|
| bool remove(Object element);
|
| Iterator<E> get iterator;
|
| Set<E> toSet();
|
|
|