| 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 2b10d7d6733b27465b8e0decd8d439ec1e967bb5..0c27e612fc59230c93f7be73bf1f7f7aa3fea172 100644
|
| --- a/pkg/analyzer/lib/src/summary/format.dart
|
| +++ b/pkg/analyzer/lib/src/summary/format.dart
|
| @@ -548,8 +548,7 @@ class EntityRefBuilder extends Object with _EntityRefMixin implements idl.Entity
|
|
|
| /**
|
| * If this is an instantiation of a generic type or generic executable, the
|
| - * type arguments used to instantiate it. Trailing type arguments of type
|
| - * `dynamic` are omitted.
|
| + * type arguments used to instantiate it (if any).
|
| */
|
| void set typeArguments(List<EntityRefBuilder> _value) {
|
| assert(!_finished);
|
|
|