| Index: dart/frog/leg/warnings.dart
|
| diff --git a/dart/frog/leg/warnings.dart b/dart/frog/leg/warnings.dart
|
| index e4fd08e1d2c0eb1f9c99da93691cf1a8bc109b7f..9e534251b0a76d20b298eaf1786e5a1588a6896e 100644
|
| --- a/dart/frog/leg/warnings.dart
|
| +++ b/dart/frog/leg/warnings.dart
|
| @@ -88,6 +88,9 @@ class MessageKind {
|
| static final NOT_A_COMPILE_TIME_CONSTANT = const MessageKind(
|
| '#{1} cannot be used as compile-time constant');
|
|
|
| + static final NO_SUCH_LIBRARY_MEMBER = const MessageKind(
|
| + '#{1} has no member named #{2}');
|
| +
|
| toString() => template;
|
| }
|
|
|
|
|