| Index: dart/frog/leg/warnings.dart
|
| diff --git a/dart/frog/leg/warnings.dart b/dart/frog/leg/warnings.dart
|
| index a4419f61a63890e4e8b08a57683e5a9b70683bb7..db5fdc19242144239edf388be9a9644119ac6f24 100644
|
| --- a/dart/frog/leg/warnings.dart
|
| +++ b/dart/frog/leg/warnings.dart
|
| @@ -111,6 +111,9 @@ class MessageKind {
|
| static final NO_SUCH_LIBRARY_MEMBER = const MessageKind(
|
| '#{1} has no member named #{2}');
|
|
|
| + static final CANNOT_INSTANTIATE_INTERFACE = const MessageKind(
|
| + "cannot instantiate interface '#{1}'");
|
| +
|
| toString() => template;
|
| }
|
|
|
|
|