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

Unified Diff: pkg/analyzer/test/generated/resolver_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/parser_test.dart ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: pkg/analyzer/test/generated/resolver_test.dart
diff --git a/pkg/analyzer/test/generated/resolver_test.dart b/pkg/analyzer/test/generated/resolver_test.dart
index 9fc0275df7b331769116f5dd464b19f0fcc9bd0a..52d5731cd7c1dc54dff6dc1641c4c3b198b4f76c 100644
--- a/pkg/analyzer/test/generated/resolver_test.dart
+++ b/pkg/analyzer/test/generated/resolver_test.dart
@@ -292,7 +292,7 @@ class AnalysisContextHelper {
AnalysisContext context;
/**
- * Creates new [AnalysisContext] using [AnalysisContextFactory#contextWithCore].
+ * Creates new [AnalysisContext] using [AnalysisContextFactory.contextWithCore].
*/
AnalysisContextHelper() {
context = AnalysisContextFactory.contextWithCore();
@@ -8788,7 +8788,7 @@ class StaticTypeAnalyzerTest extends EngineTestCase {
/**
* Create a function expression that has an element associated with it, where the element has an
* incomplete type associated with it (just like the one
- * [ElementBuilder#visitFunctionExpression] would have built if we had
+ * [ElementBuilder.visitFunctionExpression] would have built if we had
* run it).
*
* @param parameters the parameters to the function
« no previous file with comments | « pkg/analyzer/test/generated/parser_test.dart ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698