| Index: lib/compiler/implementation/scanner/listener.dart
|
| ===================================================================
|
| --- lib/compiler/implementation/scanner/listener.dart (revision 11400)
|
| +++ lib/compiler/implementation/scanner/listener.dart (working copy)
|
| @@ -2,7 +2,7 @@
|
| // 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.
|
|
|
| -final bool VERBOSE = false;
|
| +const bool VERBOSE = false;
|
|
|
| /**
|
| * A parser event listener that does nothing except throw exceptions
|
|
|