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

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

Issue 128443003: Analyzer snapshot. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Fixes for review comments. 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
« no previous file with comments | « pkg/analyzer/lib/src/generated/resolver.dart ('k') | pkg/analyzer/lib/src/generated/source.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 6d0fe3142b8ac8025521904faede62e823a2a467..77326de8d84422294bea1e75cd198397bc16d0ff 100644
--- a/pkg/analyzer/lib/src/generated/scanner.dart
+++ b/pkg/analyzer/lib/src/generated/scanner.dart
@@ -169,7 +169,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 correction10;
+ String correction11;
/**
* Initialize a newly created error code to have the given message.
@@ -185,10 +185,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.correction10 = correction;
+ this.correction11 = correction;
}
- String get correction => correction10;
+ String get correction => correction11;
ErrorSeverity get errorSeverity => ErrorSeverity.ERROR;
« no previous file with comments | « pkg/analyzer/lib/src/generated/resolver.dart ('k') | pkg/analyzer/lib/src/generated/source.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698