Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(666)

Unified Diff: pkg/analyzer/lib/src/summary/idl.dart

Issue 1944023002: Include all static class members in UnlinkedPublicName.members. (Closed) Base URL: git@github.com:dart-lang/sdk.git@master
Patch Set: Fix incorrect upload (previously included changes from CL 1944773002) Created 4 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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.
« no previous file with comments | « pkg/analyzer/lib/src/summary/format.fbs ('k') | pkg/analyzer/lib/src/summary/public_namespace_computer.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698