| 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 afd38f4b389d5884f37c49cfa82045ecf0562704..87e27d77724bb6e3ef98f4d334d2dd49dfe13a43 100644
|
| --- a/sdk/lib/_internal/compiler/implementation/warnings.dart
|
| +++ b/sdk/lib/_internal/compiler/implementation/warnings.dart
|
| @@ -326,7 +326,10 @@ class MessageKind {
|
| 'Error: "default" only allowed on last case of a switch.');
|
|
|
| static const MessageKind SWITCH_CASE_TYPES_NOT_EQUAL = const MessageKind(
|
| - 'Error: "case" expressions do not all have the same type.');
|
| + 'Error: "case" expressions do not all have type "#{type}".');
|
| +
|
| + static const MessageKind SWITCH_CASE_TYPES_NOT_EQUAL_CASE = const MessageKind(
|
| + 'Info: "case" expression of type "#{type}".');
|
|
|
| static const MessageKind SWITCH_CASE_VALUE_OVERRIDES_EQUALS =
|
| const MessageKind(
|
|
|