| Index: lib/coreimpl/collections.dart
|
| diff --git a/lib/coreimpl/collections.dart b/lib/coreimpl/collections.dart
|
| index 55e76fadcf8719007af1ddd26dbdaee5068818bf..873e9cdf121d104766d21507006308b07f769d11 100644
|
| --- a/lib/coreimpl/collections.dart
|
| +++ b/lib/coreimpl/collections.dart
|
| @@ -59,7 +59,7 @@ class Collections {
|
| }
|
|
|
| static bool isEmpty(Iterable iterable) {
|
| - return !iterable.iterator().hasNext();
|
| + return !iterable.iterator().hasNext;
|
| }
|
|
|
| // TODO(jjb): visiting list should be an identityHashSet when it exists
|
|
|