| 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 36c19337529ab3c6dcc492dbc57f9f2181529f6a..2e377a430539d2c386f6299cee4e2f92f668df49 100644
|
| --- a/sdk/lib/_internal/compiler/implementation/warnings.dart
|
| +++ b/sdk/lib/_internal/compiler/implementation/warnings.dart
|
| @@ -389,6 +389,10 @@ Length: #{length}''');
|
| static const DEFERRED_LIBRARY_NAME_MISMATCH = const MessageKind(
|
| 'Error: Library name mismatch "#{expectedName}" != "#{actualName}".');
|
|
|
| + static const ILLEGAL_STATIC = const MessageKind(
|
| + "Error: Modifier static is only allowed on functions declared in"
|
| + " a class.");
|
| +
|
| static const COMPILER_CRASHED = const MessageKind(
|
| "Error: The compiler crashed when compiling this element.");
|
|
|
|
|