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

Unified Diff: pkg/analyzer/lib/src/dart/resolver/scope.dart

Issue 2324463006: Clean up warnings and hints (Closed)
Patch Set: Created 4 years, 3 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
Index: pkg/analyzer/lib/src/dart/resolver/scope.dart
diff --git a/pkg/analyzer/lib/src/dart/resolver/scope.dart b/pkg/analyzer/lib/src/dart/resolver/scope.dart
index 176f0d1faea16d0ba428fa5f4296ec58cabe3378..ab05e537370e2c67473debdbac7a4d39dc821308 100644
--- a/pkg/analyzer/lib/src/dart/resolver/scope.dart
+++ b/pkg/analyzer/lib/src/dart/resolver/scope.dart
@@ -381,7 +381,7 @@ class LibraryImportScope extends Scope {
/**
* Initialize a newly created scope representing the names imported into the
- * [_definingLibrary]. The [errorListener] is no longer used and should be
+ * [_definingLibrary]. The error listener is no longer used and should be
* omitted.
*/
LibraryImportScope(this._definingLibrary, [this.errorListener]) {
@@ -566,7 +566,7 @@ class LibraryImportScope extends Scope {
class LibraryScope extends EnclosedScope {
/**
* Initialize a newly created scope representing the names defined in the
- * [definingLibrary]. The [errorListener] is no longer used and should be
+ * [definingLibrary]. The error listener is no longer used and should be
* omitted.
*/
LibraryScope(LibraryElement definingLibrary,

Powered by Google App Engine
This is Rietveld 408576698