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

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

Issue 2961143002: Record only names of instance members in subtypes. (Closed)
Patch Set: Created 3 years, 6 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
« no previous file with comments | « pkg/analyzer/lib/src/dart/analysis/index.dart ('k') | pkg/analyzer/lib/src/summary/format.fbs » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 b9ccd6cdad2d7c87c0f26d0ff62617299f77ebf6..fb586c41ecada8d887d0bbb66021eb03a687c550 100644
--- a/pkg/analyzer/lib/src/summary/format.dart
+++ b/pkg/analyzer/lib/src/summary/format.dart
@@ -680,7 +680,7 @@ class AnalysisDriverSubtypeBuilder extends Object
List<String> get members => _members ??= <String>[];
/**
- * The names of defined class members.
+ * The names of defined instance members.
* The list is sorted in ascending order.
*/
void set members(List<String> value) {
« no previous file with comments | « pkg/analyzer/lib/src/dart/analysis/index.dart ('k') | pkg/analyzer/lib/src/summary/format.fbs » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698