| Index: dart/frog/leg/warnings.dart
|
| diff --git a/dart/frog/leg/warnings.dart b/dart/frog/leg/warnings.dart
|
| index 22f6629e79ac4d0611e2cc28d263f65f81e45042..099f146086f0531b5e39d1c1a1f844b8bed72e0c 100644
|
| --- a/dart/frog/leg/warnings.dart
|
| +++ b/dart/frog/leg/warnings.dart
|
| @@ -158,6 +158,9 @@ class MessageKind {
|
| static final CANNOT_IMPLEMENT = const MessageKind(
|
| "#{1} cannot be implemented");
|
|
|
| + static final ILLEGAL_SUPER_SEND = const MessageKind(
|
| + "#{1} cannot be called on super");
|
| +
|
| toString() => template;
|
| }
|
|
|
|
|