Index: pkg/analyzer/lib/src/summary/link.dart |
diff --git a/pkg/analyzer/lib/src/summary/link.dart b/pkg/analyzer/lib/src/summary/link.dart |
index 41b011506c1433ee36b51d359601ae9674e13312..925cd23cedb97491df099e2d3d832e802d2eeced 100644 |
--- a/pkg/analyzer/lib/src/summary/link.dart |
+++ b/pkg/analyzer/lib/src/summary/link.dart |
@@ -4407,6 +4407,9 @@ abstract class ReferenceableElementForLink implements Element { |
*/ |
TypeInferenceNode get asTypeInferenceNode => null; |
+ @override |
+ ElementLocation get location => new ElementLocationImpl.con1(this); |
+ |
/** |
* Return the type indicated by this element when it is used in a |
* type instantiation context. If this element can't legally be |