| Index: pkg/analyzer/tool/summary/idl.dart
 | 
| diff --git a/pkg/analyzer/tool/summary/idl.dart b/pkg/analyzer/tool/summary/idl.dart
 | 
| index 5eba6dd0f864a6fffdd2cc1fc7998e055a0908b7..b2cafdd983f48241869d83fe2b541c3b7a09c421 100644
 | 
| --- a/pkg/analyzer/tool/summary/idl.dart
 | 
| +++ b/pkg/analyzer/tool/summary/idl.dart
 | 
| @@ -641,7 +641,9 @@ class UnlinkedUnit {
 | 
|    String libraryName;
 | 
|  
 | 
|    /**
 | 
| -   * Top level and prefixed names referred to by this compilation unit.
 | 
| +   * Top level and prefixed names referred to by this compilation unit.  The
 | 
| +   * zeroth element of this array is always populated and always represents a
 | 
| +   * reference to the pseudo-type "dynamic".
 | 
|     */
 | 
|    List<UnlinkedReference> references;
 | 
|  
 | 
| 
 |