| Index: pkg/analyzer/lib/src/generated/utilities_collection.dart
|
| diff --git a/pkg/analyzer/lib/src/generated/utilities_collection.dart b/pkg/analyzer/lib/src/generated/utilities_collection.dart
|
| index ee8431564588aaad8c2098bba2fc61681b4dd11e..e6d69194d917b49e8da0ebbbfc76ba89d6eb2a54 100644
|
| --- a/pkg/analyzer/lib/src/generated/utilities_collection.dart
|
| +++ b/pkg/analyzer/lib/src/generated/utilities_collection.dart
|
| @@ -50,8 +50,8 @@ class BooleanArray {
|
| * Return the value of the element at the given index.
|
| */
|
| @deprecated
|
| - static bool getEnum<E extends Enum<E>>(int array, Enum<E> index) => get(
|
| - array, index.ordinal);
|
| + static bool getEnum<E extends Enum<E>>(int array, Enum<E> index) =>
|
| + get(array, index.ordinal);
|
|
|
| /**
|
| * Set the value of the element of the given [array] at the given [index] to
|
|
|