| 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 5dba6c90c6b90fc722c56b805f55c1be8830d109..5c422aed30b94b07da55169cfafc44348bcba2aa 100644
|
| --- a/pkg/analyzer/lib/src/summary/idl.dart
|
| +++ b/pkg/analyzer/lib/src/summary/idl.dart
|
| @@ -311,7 +311,8 @@ abstract class LinkedReference extends base.SummaryClass {
|
|
|
| /**
|
| * If the entity being referred to is generic, the number of type parameters
|
| - * it accepts. Otherwise zero.
|
| + * it declares (does not include type parameters of enclosing entities).
|
| + * Otherwise zero.
|
| */
|
| @Id(4)
|
| int get numTypeParameters;
|
|
|