| Index: lib/compiler/implementation/tools/mini_parser.dart
|
| diff --git a/lib/compiler/implementation/tools/mini_parser.dart b/lib/compiler/implementation/tools/mini_parser.dart
|
| index 492b815c0e409fc7787cdecfa600803f5db7b647..cc01492c1bc5efcd2da72f3fc6a0d413dfc59fc0 100644
|
| --- a/lib/compiler/implementation/tools/mini_parser.dart
|
| +++ b/lib/compiler/implementation/tools/mini_parser.dart
|
| @@ -114,7 +114,7 @@ void parseFile(String filename, MyOptions options) {
|
| }
|
| if (options.buildAst) {
|
| MyNodeListener l = listener;
|
| - if (!l.nodes.isEmpty()) {
|
| + if (!l.nodes.isEmpty) {
|
| String message = 'Stack not empty after parsing';
|
| print(formatError(message, l.nodes.head.getBeginToken(),
|
| l.nodes.head.getEndToken(), file));
|
|
|