| 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 81334f74845da458112cc1664549b2c75ef69d11..da082e7e2a90e76f8066b6864c034221d82ce49d 100644
|
| --- a/pkg/analyzer/lib/src/summary/format.dart
|
| +++ b/pkg/analyzer/lib/src/summary/format.dart
|
| @@ -870,7 +870,8 @@ class LinkedReferenceBuilder extends Object with _LinkedReferenceMixin implement
|
|
|
| /**
|
| * 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.
|
| */
|
| void set numTypeParameters(int _value) {
|
| assert(!_finished);
|
|
|