| Index: pkg/analyzer/lib/src/summary/format.dart
|
| diff --git a/pkg/analyzer/lib/src/summary/format.dart b/pkg/analyzer/lib/src/summary/format.dart
|
| index 0a91b5623c0282abffd523fe996541b7dff4feb2..4dc69dc7e194947bed0fb696e4adc0120baf2d9e 100644
|
| --- a/pkg/analyzer/lib/src/summary/format.dart
|
| +++ b/pkg/analyzer/lib/src/summary/format.dart
|
| @@ -729,7 +729,7 @@ class LinkedReferenceBuilder extends Object with _LinkedReferenceMixin implement
|
| * 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].
|
| */
|
| void set dependency(int _value) {
|
| assert(!_finished);
|
|
|