| Index: lib/compiler/implementation/scanner/token.dart
|
| diff --git a/lib/compiler/implementation/scanner/token.dart b/lib/compiler/implementation/scanner/token.dart
|
| index 1555cff9bccee653bed532f71469a27813dd19f0..901202139bcdf4c3205b7c3b2e56229eef259021 100644
|
| --- a/lib/compiler/implementation/scanner/token.dart
|
| +++ b/lib/compiler/implementation/scanner/token.dart
|
| @@ -2,6 +2,8 @@
|
| // for details. All rights reserved. Use of this source code is governed by a
|
| // BSD-style license that can be found in the LICENSE file.
|
|
|
| +part of scanner;
|
| +
|
| const int EOF_TOKEN = 0;
|
|
|
| const int KEYWORD_TOKEN = $k;
|
|
|