| Index: pkg/analyzer/tool/summary/idl.dart
|
| diff --git a/pkg/analyzer/tool/summary/idl.dart b/pkg/analyzer/tool/summary/idl.dart
|
| index 3d966604a50eb0da0f9148172b5c8cd8a85adbb7..b95e3b94ee82b728354ae0a70bf4cab13de04d6d 100644
|
| --- a/pkg/analyzer/tool/summary/idl.dart
|
| +++ b/pkg/analyzer/tool/summary/idl.dart
|
| @@ -750,6 +750,10 @@ class UnlinkedReference {
|
| /**
|
| * Prefix used to refer to the entity, or zero if no prefix is used. This is
|
| * an index into [UnlinkedUnit.references].
|
| + *
|
| + * Prefix references must always point backward; that is, for all i, if
|
| + * UnlinkedUnit.references[i].prefixReference != 0, then
|
| + * UnlinkedUnit.references[i].prefixReference < i.
|
| */
|
| int prefixReference;
|
| }
|
|
|