| Index: pkg/analyzer/lib/src/summary/package_bundle_reader.dart
|
| diff --git a/pkg/analyzer/lib/src/summary/package_bundle_reader.dart b/pkg/analyzer/lib/src/summary/package_bundle_reader.dart
|
| index 19ada975149bd44f2adc4bdefc7787b06587d91e..7f7cf424ec1f94dda928ceaa1ffca7f009219fd6 100644
|
| --- a/pkg/analyzer/lib/src/summary/package_bundle_reader.dart
|
| +++ b/pkg/analyzer/lib/src/summary/package_bundle_reader.dart
|
| @@ -39,7 +39,7 @@ class ConflictingSummaryException implements Exception {
|
| These summaries conflict because they overlap:
|
| - ${summary1Uri.substring(prefix)}
|
| - ${summary2Uri.substring(prefix)}
|
| -Both contain the file: ${duplicatedUri}.
|
| +Both contain the file: $duplicatedUri.
|
| This typically indicates an invalid build rule where two or more targets
|
| include the same source.
|
| ''';
|
|
|