Chromium Code Reviews| Index: lib/compiler/implementation/warnings.dart |
| diff --git a/lib/compiler/implementation/warnings.dart b/lib/compiler/implementation/warnings.dart |
| index 6c17cf7ffdde4dd857a6748661e9161fe1235ef9..8f135d44239c441ffa2a2b8904a4403426af7192 100644 |
| --- a/lib/compiler/implementation/warnings.dart |
| +++ b/lib/compiler/implementation/warnings.dart |
| @@ -256,6 +256,7 @@ class MessageKind { |
| static const VOID_NOT_ALLOWED = const MessageKind( |
| 'type void is only allowed in a return type.'); |
|
ahe
2012/10/02 13:27:04
Why this change?
Johnni Winther
2012/10/03 09:22:59
There was more code here at an intermediate step.
|
| + |
| static const COMPILER_CRASHED = const MessageKind( |
| "Error: The compiler crashed when compiling this element."); |