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

Unified Diff: pkg/kernel/lib/class_hierarchy.dart

Issue 2960033002: Fix bogus comment on ClassHierarchy.forEachCrossOverridePair. (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 | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: pkg/kernel/lib/class_hierarchy.dart
diff --git a/pkg/kernel/lib/class_hierarchy.dart b/pkg/kernel/lib/class_hierarchy.dart
index f7c1f852f50feeb38c824316f0f9a7d7f51209c5..1c1554e36c6febc7383a64cbdbfe71770c212247 100644
--- a/pkg/kernel/lib/class_hierarchy.dart
+++ b/pkg/kernel/lib/class_hierarchy.dart
@@ -135,8 +135,8 @@ abstract class ClassHierarchy {
/// may be reported multiple times when there are multiple inheritance paths
/// to the overridden member.
///
- /// By default getters and setters are overridden separately. The [isSetter]
- /// callback parameter corresponds to whether [declaredMember] is a setter.
+ /// The [isSetter] callback parameter corresponds to whether [declaredMember]
+ /// is a setter.
void forEachCrossOverridePair(Class class_,
callback(Member declaredMember, Member interfaceMember, bool isSetter));
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698