| 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 7992cccf22913b922fb0504cb43109dfdcd41fc1..0c3f379ff87046247feb074fd55c46e66a63895e 100644
|
| --- a/pkg/analyzer/lib/src/summary/idl.dart
|
| +++ b/pkg/analyzer/lib/src/summary/idl.dart
|
| @@ -2287,8 +2287,8 @@ abstract class UnlinkedPublicName extends base.SummaryClass {
|
|
|
| /**
|
| * If this [UnlinkedPublicName] is a class, the list of members which can be
|
| - * referenced from constants or factory redirects - static constant fields,
|
| - * static methods, and constructors. Otherwise empty.
|
| + * referenced statically - static fields, static methods, and constructors.
|
| + * Otherwise empty.
|
| *
|
| * Unnamed constructors are not included since they do not constitute a
|
| * separate name added to any namespace.
|
|
|