Chromium Code Reviews| Index: frog/leg/warnings.dart |
| =================================================================== |
| --- frog/leg/warnings.dart (revision 3845) |
| +++ frog/leg/warnings.dart (working copy) |
| @@ -84,6 +84,8 @@ |
| "Cannot resolve parameter"); |
| static final NOT_INSTANCE_FIELD = const MessageKind( |
| '#{1} is not an instance field'); |
| + static final NO_UNARY_ADD = const MessageKind( |
| + 'Unary + is only applicable to number literals'); |
|
karlklose
2012/02/02 17:01:32
lower case for consistency.
ngeoffray
2012/02/02 17:02:23
Done.
|
| static final NOT_A_COMPILE_TIME_CONSTANT = const MessageKind( |
| '#{1} cannot be used as compile-time constant'); |