| 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 aa7192622dede4c86d4f4e76037f0e4bb3323424..04d61777217b8cc3d6a3b96b006cc6a1c1f61a76 100644
|
| --- a/pkg/analyzer/lib/src/generated/utilities_collection.dart
|
| +++ b/pkg/analyzer/lib/src/generated/utilities_collection.dart
|
| @@ -78,7 +78,7 @@ class BooleanArray {
|
| */
|
| static void _checkIndex(int index) {
|
| if (index < 0 || index > 30) {
|
| - throw new RangeError("Index not between 0 and 30: ${index}");
|
| + throw new RangeError("Index not between 0 and 30: $index");
|
| }
|
| }
|
| }
|
|
|