| Index: pkg/compiler/lib/src/resolution/access_semantics.dart
|
| diff --git a/pkg/compiler/lib/src/resolution/access_semantics.dart b/pkg/compiler/lib/src/resolution/access_semantics.dart
|
| index a41b86756d57e63cdcb437c85cd6340ab53bbf40..461629dcdd48258793cfa28213d647a522319e08 100644
|
| --- a/pkg/compiler/lib/src/resolution/access_semantics.dart
|
| +++ b/pkg/compiler/lib/src/resolution/access_semantics.dart
|
| @@ -180,8 +180,12 @@ enum CompoundAccessKind {
|
| SUPER_GETTER_FIELD,
|
|
|
| /// Read from a superclass where the getter is unresolved.
|
| + // TODO(johnniwinther): Use [AccessKind.SUPER_GETTER] when the erroneous
|
| + // element is no longer needed.
|
| UNRESOLVED_SUPER_GETTER,
|
| /// Read from a superclass getter and write to an unresolved setter.
|
| + // TODO(johnniwinther): Use [AccessKind.SUPER_SETTER] when the erroneous
|
| + // element is no longer needed.
|
| UNRESOLVED_SUPER_SETTER,
|
| }
|
|
|
|
|