| Index: pkg/analyzer/lib/src/summary/idl.dart
|
| diff --git a/pkg/analyzer/lib/src/summary/idl.dart b/pkg/analyzer/lib/src/summary/idl.dart
|
| index 4ea5d9cc690131b3c2b7daf366377a984cb846e9..921781d10b7d9934fc923d9f62dd43902d991666 100644
|
| --- a/pkg/analyzer/lib/src/summary/idl.dart
|
| +++ b/pkg/analyzer/lib/src/summary/idl.dart
|
| @@ -261,7 +261,7 @@ abstract class LinkedReference extends base.SummaryClass {
|
| * declares the entity being referred to.
|
| *
|
| * Zero if this entity is contained within another entity (e.g. a class
|
| - * member).
|
| + * member), or if [kind] is [ReferenceKind.prefix].
|
| */
|
| int get dependency;
|
|
|
|
|