| Index: frog/leg/warnings.dart
|
| diff --git a/frog/leg/warnings.dart b/frog/leg/warnings.dart
|
| index e18c221f23d0f838b014b061654fbc3497787b32..4f0f6870e4e6fac48e10ff0078fccd416c5f21b6 100644
|
| --- a/frog/leg/warnings.dart
|
| +++ b/frog/leg/warnings.dart
|
| @@ -122,6 +122,8 @@ class MessageKind {
|
| 'super not allowed here');
|
| static final INVALID_CASE_DEFAULT = const MessageKind(
|
| 'default only allowed on last case of a switch');
|
| + static final INVALID_ARGUMENT_AFTER_NAMED = const MessageKind(
|
| + 'non-named argument after named argument');
|
|
|
| static final NOT_A_COMPILE_TIME_CONSTANT = const MessageKind(
|
| 'not a compile-time constant');
|
|
|