| Index: lib/compiler/implementation/warnings.dart
|
| ===================================================================
|
| --- lib/compiler/implementation/warnings.dart (revision 8424)
|
| +++ lib/compiler/implementation/warnings.dart (working copy)
|
| @@ -176,6 +176,9 @@
|
| static final MISSING_TYPE_ARGUMENT = const MessageKind(
|
| "missing type argument");
|
|
|
| + static final MISSING_ARGUMENTS_TO_ASSERT = const MessageKind(
|
| + "missing arguments to assert");
|
| +
|
| static final COMPILER_CRASHED = const MessageKind(
|
| "Error: The compiler crashed when compiling this element.");
|
|
|
|
|