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

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

Issue 137143010: New analyzer snapshot. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 6 years, 11 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/scanner.dart
diff --git a/pkg/analyzer/lib/src/generated/scanner.dart b/pkg/analyzer/lib/src/generated/scanner.dart
index ee1ec2c27ff06a27fa5b29b4ca4a2b55b17ca783..cc29c4ba5a042c967b026961e9dc6a4037d154fa 100644
--- a/pkg/analyzer/lib/src/generated/scanner.dart
+++ b/pkg/analyzer/lib/src/generated/scanner.dart
@@ -173,7 +173,7 @@ class ScannerErrorCode extends Enum<ScannerErrorCode> implements ErrorCode {
* The template used to create the correction to be displayed for this error, or `null` if
* there is no correction information for this error.
*/
- String correction11;
+ String correction10;
/**
* Initialize a newly created error code to have the given message.
@@ -189,10 +189,10 @@ class ScannerErrorCode extends Enum<ScannerErrorCode> implements ErrorCode {
* @param correction the template used to create the correction to be displayed for the error
*/
ScannerErrorCode.con2(String name, int ordinal, this.message, String correction) : super(name, ordinal) {
- this.correction11 = correction;
+ this.correction10 = correction;
}
- String get correction => correction11;
+ String get correction => correction10;
ErrorSeverity get errorSeverity => ErrorSeverity.ERROR;

Powered by Google App Engine
This is Rietveld 408576698