| Index: pkg/analyzer/tool/summary/idl.dart
|
| diff --git a/pkg/analyzer/tool/summary/idl.dart b/pkg/analyzer/tool/summary/idl.dart
|
| index 1ed4374efa514c0de5048b525724ca8abfde7636..28d0da5038318340719739bcefeed3a3bbc1cb7b 100644
|
| --- a/pkg/analyzer/tool/summary/idl.dart
|
| +++ b/pkg/analyzer/tool/summary/idl.dart
|
| @@ -130,6 +130,12 @@ class PrelinkedReference {
|
| * represent parts in the order of the corresponding `part` declarations.
|
| */
|
| int unit;
|
| +
|
| + /**
|
| + * If the entity being referred to is generic, the number of type parameters
|
| + * it accepts. Otherwise zero.
|
| + */
|
| + int numTypeParameters;
|
| }
|
|
|
| /**
|
|
|