| 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 5d7174a8e67fc0c25c274d2a844b121bfb90a7b5..4b53d95f226dd0030720ce2fcf79bf4e320c7eff 100644
|
| --- a/pkg/analyzer/lib/src/summary/idl.dart
|
| +++ b/pkg/analyzer/lib/src/summary/idl.dart
|
| @@ -202,8 +202,7 @@ abstract class EntityRef extends base.SummaryClass {
|
|
|
| /**
|
| * 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).
|
| */
|
| @Id(1)
|
| List<EntityRef> get typeArguments;
|
|
|