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

Unified Diff: pkg/analyzer/test/generated/parser_test.dart

Issue 708263002: Clean up references in comments (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 6 years, 1 month 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/test/generated/engine_test.dart ('k') | pkg/analyzer/test/generated/resolver_test.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: pkg/analyzer/test/generated/parser_test.dart
diff --git a/pkg/analyzer/test/generated/parser_test.dart b/pkg/analyzer/test/generated/parser_test.dart
index 62c6c6a8778717f95eb01354490f24e5d46a6d74..8f5da7040ba6bf18ede04181a9588be859d7fe43 100644
--- a/pkg/analyzer/test/generated/parser_test.dart
+++ b/pkg/analyzer/test/generated/parser_test.dart
@@ -8151,7 +8151,7 @@ void''', []);
}
/**
- * Invoke the method [Parser#computeStringValue] with the given argument.
+ * Invoke the method [Parser.computeStringValue] with the given argument.
*
* @param lexeme the argument to the method
* @param first `true` if this is the first token in a string literal
@@ -8166,7 +8166,7 @@ void''', []);
}
/**
- * Invoke the method [Parser#createSyntheticIdentifier] with the parser set to the token
+ * Invoke the method [Parser.createSyntheticIdentifier] with the parser set to the token
* stream produced by scanning the given source.
*
* @param source the source to be scanned to produce the token stream being tested
@@ -8179,7 +8179,7 @@ void''', []);
}
/**
- * Invoke the method [Parser#createSyntheticIdentifier] with the parser set to the token
+ * Invoke the method [Parser.createSyntheticIdentifier] with the parser set to the token
* stream produced by scanning the given source.
*
* @param source the source to be scanned to produce the token stream being tested
@@ -8192,7 +8192,7 @@ void''', []);
}
/**
- * Invoke the method [Parser#isFunctionDeclaration] with the parser set to the token
+ * Invoke the method [Parser.isFunctionDeclaration] with the parser set to the token
* stream produced by scanning the given source.
*
* @param source the source to be scanned to produce the token stream being tested
@@ -8205,7 +8205,7 @@ void''', []);
}
/**
- * Invoke the method [Parser#isFunctionExpression] with the parser set to the token stream
+ * Invoke the method [Parser.isFunctionExpression] with the parser set to the token stream
* produced by scanning the given source.
*
* @param source the source to be scanned to produce the token stream being tested
@@ -8227,7 +8227,7 @@ void''', []);
}
/**
- * Invoke the method [Parser#isInitializedVariableDeclaration] with the parser set to the
+ * Invoke the method [Parser.isInitializedVariableDeclaration] with the parser set to the
* token stream produced by scanning the given source.
*
* @param source the source to be scanned to produce the token stream being tested
@@ -8240,7 +8240,7 @@ void''', []);
}
/**
- * Invoke the method [Parser#isSwitchMember] with the parser set to the token stream
+ * Invoke the method [Parser.isSwitchMember] with the parser set to the token stream
* produced by scanning the given source.
*
* @param source the source to be scanned to produce the token stream being tested
« no previous file with comments | « pkg/analyzer/test/generated/engine_test.dart ('k') | pkg/analyzer/test/generated/resolver_test.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698