| Index: pkg/analyzer/lib/src/summary/summarize_elements.dart
|
| diff --git a/pkg/analyzer/lib/src/summary/summarize_elements.dart b/pkg/analyzer/lib/src/summary/summarize_elements.dart
|
| index 0dc271f864ab61544fc2ad4b57296835768cca27..15538dfec7a14d62c19dd241c4d938d9863874ac 100644
|
| --- a/pkg/analyzer/lib/src/summary/summarize_elements.dart
|
| +++ b/pkg/analyzer/lib/src/summary/summarize_elements.dart
|
| @@ -1037,8 +1037,7 @@ class _CompilationUnitSerializer {
|
| linkedReference.containingReference =
|
| _getElementReferenceId(enclosingElement, linked: linked);
|
| if (enclosingElement is ClassElement) {
|
| - linkedReference.numTypeParameters =
|
| - enclosingElement.typeParameters.length;
|
| + // Nothing to do.
|
| } else if (enclosingElement is ExecutableElement) {
|
| if (element is FunctionElement) {
|
| assert(enclosingElement.functions.contains(element));
|
|
|