| Index: lib/compiler/implementation/scanner/keyword.dart
|
| diff --git a/lib/compiler/implementation/scanner/keyword.dart b/lib/compiler/implementation/scanner/keyword.dart
|
| index dd16ba7ae1c73c3c142ed2e3a236e71d66ce1237..1d856761946ea435f4a7a77e555953a1a4788491 100644
|
| --- a/lib/compiler/implementation/scanner/keyword.dart
|
| +++ b/lib/compiler/implementation/scanner/keyword.dart
|
| @@ -115,7 +115,7 @@ class Keyword implements SourceString {
|
| return this;
|
| }
|
|
|
| - bool isEmpty() => false;
|
| + bool get isEmpty => false;
|
| bool isPrivate() => false;
|
| }
|
|
|
|
|