| 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 9e028ca29686c8576ef50cad18146639563783bb..488c5619186dc57f8200a78a61ea3c0b649ca910 100644
|
| --- a/pkg/analyzer/lib/src/generated/scanner.dart
|
| +++ b/pkg/analyzer/lib/src/generated/scanner.dart
|
| @@ -2010,9 +2010,7 @@ class Token {
|
| /**
|
| * Initialize a newly created token to have the given [type] and [offset].
|
| */
|
| - Token(this.type, int offset) {
|
| - this.offset = offset;
|
| - }
|
| + Token(this.type, this.offset);
|
|
|
| /**
|
| * Return the offset from the beginning of the file to the character after the
|
|
|