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

Unified Diff: pkg/analyzer/lib/dart/ast/ast.dart

Issue 1994243002: Dangling comment reference cleanup in analyzer. (Closed) Base URL: git@github.com:dart-lang/sdk.git@master
Patch Set: Created 4 years, 7 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/analyzer.dart ('k') | pkg/analyzer/lib/dart/element/element.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: pkg/analyzer/lib/dart/ast/ast.dart
diff --git a/pkg/analyzer/lib/dart/ast/ast.dart b/pkg/analyzer/lib/dart/ast/ast.dart
index 7b645cca54b613948f31dcee2b887652ed5c29d4..6754062f23e5797a7f10c5cd53045affb4a2f27b 100644
--- a/pkg/analyzer/lib/dart/ast/ast.dart
+++ b/pkg/analyzer/lib/dart/ast/ast.dart
@@ -373,7 +373,7 @@ abstract class AssertStatement extends Statement {
/**
* Set the condition that is being asserted to be `true` to the given
- * [expression].
+ * [condition].
*/
void set condition(Expression condition);
@@ -1188,7 +1188,7 @@ abstract class CascadeExpression extends Expression {
Expression get target;
/**
- * Set the target of the cascade sections to the given [expression].
+ * Set the target of the cascade sections to the given [target].
*/
void set target(Expression target);
}
@@ -1394,7 +1394,7 @@ abstract class ClassDeclaration extends NamedCompilationUnitMember {
void set abstractKeyword(Token token);
/**
- * Return the token representing the 'class' keyword to the given [token].
+ * Return the token representing the 'class' keyword.
*/
Token get classKeyword;
« no previous file with comments | « pkg/analyzer/lib/analyzer.dart ('k') | pkg/analyzer/lib/dart/element/element.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698