| Index: dart/frog/leg/warnings.dart
|
| diff --git a/dart/frog/leg/warnings.dart b/dart/frog/leg/warnings.dart
|
| index db5fdc19242144239edf388be9a9644119ac6f24..42b2a5a6d10904feaac337bfd05732f688945008 100644
|
| --- a/dart/frog/leg/warnings.dart
|
| +++ b/dart/frog/leg/warnings.dart
|
| @@ -114,6 +114,9 @@ class MessageKind {
|
| static final CANNOT_INSTANTIATE_INTERFACE = const MessageKind(
|
| "cannot instantiate interface '#{1}'");
|
|
|
| + static final NO_DEFAULT_CLASS = const MessageKind(
|
| + "no default class on enclosing interface '#{1}'");
|
| +
|
| toString() => template;
|
| }
|
|
|
|
|