Chromium Code Reviews| Index: frog/leg/warnings.dart |
| =================================================================== |
| --- frog/leg/warnings.dart (revision 1986) |
| +++ frog/leg/warnings.dart (working copy) |
| @@ -31,6 +31,8 @@ |
| 'duplicate definition of #{1}'); |
| static final NOT_A_TYPE = const MessageKind( |
| '#{1} is not a type'); |
| + static final CANNOT_FIND_CONSTRUCTOR = const MessageKind( |
| + 'cannot find constructor #{1}'); |
| toString() => template; |
| } |