| Index: sdk/lib/_internal/compiler/implementation/warnings.dart
|
| diff --git a/sdk/lib/_internal/compiler/implementation/warnings.dart b/sdk/lib/_internal/compiler/implementation/warnings.dart
|
| index eeffacb071831cf14b7495b09fa6f10f2ca6e17a..62dcce48cd8e77e405a02b16e3f4fe01c44f32e5 100644
|
| --- a/sdk/lib/_internal/compiler/implementation/warnings.dart
|
| +++ b/sdk/lib/_internal/compiler/implementation/warnings.dart
|
| @@ -567,7 +567,7 @@ main() => new C<String>();
|
|
|
| static const MessageKind SWITCH_CASE_VALUE_OVERRIDES_EQUALS =
|
| const MessageKind(
|
| - "Error: 'case' expression type overrides 'operator=='.");
|
| + "Error: 'case' expression type '#{type}' overrides 'operator =='.");
|
|
|
| static const MessageKind INVALID_ARGUMENT_AFTER_NAMED = const MessageKind(
|
| "Error: Unnamed argument after named argument.");
|
|
|