| Index: pkg/analyzer/lib/src/generated/element.dart
|
| diff --git a/pkg/analyzer/lib/src/generated/element.dart b/pkg/analyzer/lib/src/generated/element.dart
|
| index eb46fe0a1c712120218d73bdb2e1e74c12f876fb..082415cd58cedbf4d92a52ce267d67378d23f01b 100644
|
| --- a/pkg/analyzer/lib/src/generated/element.dart
|
| +++ b/pkg/analyzer/lib/src/generated/element.dart
|
| @@ -10,6 +10,7 @@ library engine.element;
|
| import 'dart:collection';
|
|
|
| import 'package:analyzer/src/generated/utilities_general.dart';
|
| +import 'package:analyzer/task/model.dart' show AnalysisTarget;
|
|
|
| import 'ast.dart';
|
| import 'constant.dart' show EvaluationResultImpl;
|
| @@ -2122,7 +2123,7 @@ class DynamicTypeImpl extends TypeImpl {
|
| * These correspond to unnamed functions and exist in order to more accurately
|
| * represent the semantic structure of the program.
|
| */
|
| -abstract class Element {
|
| +abstract class Element implements AnalysisTarget {
|
| /**
|
| * An Unicode right arrow.
|
| */
|
|
|