| 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 dd7af85657286a3b707b7949aeb15beeb54c8338..23b54ad01e409b2f9baa63f1ada2eb517c74b72b 100644
|
| --- a/sdk/lib/_internal/compiler/implementation/warnings.dart
|
| +++ b/sdk/lib/_internal/compiler/implementation/warnings.dart
|
| @@ -369,6 +369,9 @@ Length: #{3}''');
|
| "Patch method parameter '#{3}' doesn't match '#{2}' on origin method "
|
| "#{1}.");
|
|
|
| + static const EXTERNAL_WITHOUT_IMPLEMENTATION = const MessageKind(
|
| + "External method without an implementation.");
|
| +
|
| static const TOP_LEVEL_VARIABLE_DECLARED_STATIC = const MessageKind(
|
| "Top-level variable cannot be declared static.");
|
|
|
|
|