| Index: frog/leg/warnings.dart
|
| diff --git a/frog/leg/warnings.dart b/frog/leg/warnings.dart
|
| index 197c686bb14d71d7f29e794c07ab31c31e313b7e..05670f2e47817eef78c4eb725676e9e58f0bc1ae 100644
|
| --- a/frog/leg/warnings.dart
|
| +++ b/frog/leg/warnings.dart
|
| @@ -116,6 +116,8 @@ class MessageKind {
|
| 'unused label #{1}');
|
| static final INVALID_CONTINUE = const MessageKind(
|
| 'target of continue is not a loop or switch case');
|
| + static final INVALID_BREAK = const MessageKind(
|
| + 'target of break is not a statement');
|
| static final INVALID_USE_OF_SUPER = const MessageKind(
|
| 'super not allowed here');
|
|
|
|
|