| Index: pkg/compiler/lib/src/diagnostics/messages.dart
|
| diff --git a/pkg/compiler/lib/src/diagnostics/messages.dart b/pkg/compiler/lib/src/diagnostics/messages.dart
|
| index 74582dd1191f65415e77090e6993e86a217bff66..a2fd9dbd0d78d86168ac3f66615c8578989dfb5f 100644
|
| --- a/pkg/compiler/lib/src/diagnostics/messages.dart
|
| +++ b/pkg/compiler/lib/src/diagnostics/messages.dart
|
| @@ -2102,9 +2102,8 @@ part of lib.foo;
|
| "both '#{canonicalUri1}' and '#{canonicalUri2}'."),
|
|
|
| // This is used as an exception.
|
| - MessageKind.INVALID_SOURCE_FILE_LOCATION: const MessageTemplate(
|
| - MessageKind.INVALID_SOURCE_FILE_LOCATION,
|
| - '''
|
| + MessageKind.INVALID_SOURCE_FILE_LOCATION:
|
| + const MessageTemplate(MessageKind.INVALID_SOURCE_FILE_LOCATION, '''
|
| Invalid offset (#{offset}) in source map.
|
| File: #{fileName}
|
| Length: #{length}'''),
|
| @@ -3207,9 +3206,8 @@ main() => new A();
|
| MessageKind.COMPILER_CRASHED,
|
| "The compiler crashed when compiling this element."),
|
|
|
| - MessageKind.PLEASE_REPORT_THE_CRASH: const MessageTemplate(
|
| - MessageKind.PLEASE_REPORT_THE_CRASH,
|
| - '''
|
| + MessageKind.PLEASE_REPORT_THE_CRASH:
|
| + const MessageTemplate(MessageKind.PLEASE_REPORT_THE_CRASH, '''
|
| The compiler is broken.
|
|
|
| When compiling the above element, the compiler crashed. It is not
|
|
|