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

Unified Diff: pkg/analyzer/lib/src/generated/error.dart

Issue 2162523003: Use the new StaticWarningCode.UNDEFINED_IDENTIFIER_AWAIT error. (Closed) Base URL: git@github.com:dart-lang/sdk.git@master
Patch Set: Created 4 years, 5 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/generated/error.dart
diff --git a/pkg/analyzer/lib/src/generated/error.dart b/pkg/analyzer/lib/src/generated/error.dart
index 7e986af50f0d5848b0840b3f39f247c6ef6231cf..10d5a24933b1ca8a2c678e2c6e6efe9f8fa2ebc5 100644
--- a/pkg/analyzer/lib/src/generated/error.dart
+++ b/pkg/analyzer/lib/src/generated/error.dart
@@ -5756,7 +5756,7 @@ class StaticWarningCode extends ErrorCode {
const StaticWarningCode('UNDEFINED_IDENTIFIER', "Undefined name '{0}'");
/**
- * If the identifer is 'await', be helpful about it.
+ * If the identifier is 'await', be helpful about it.
*/
static const StaticWarningCode UNDEFINED_IDENTIFIER_AWAIT =
const StaticWarningCode('UNDEFINED_IDENTIFIER_AWAIT',

Powered by Google App Engine
This is Rietveld 408576698