| Index: dart/lib/compiler/implementation/scanner/listener.dart
|
| diff --git a/dart/lib/compiler/implementation/scanner/listener.dart b/dart/lib/compiler/implementation/scanner/listener.dart
|
| index e56695003d052dd5676e957f771a87408f6164e5..ea5089b3288b947884073132acf98479282164d2 100644
|
| --- a/dart/lib/compiler/implementation/scanner/listener.dart
|
| +++ b/dart/lib/compiler/implementation/scanner/listener.dart
|
| @@ -1630,7 +1630,7 @@ class PartialTypedefElement extends TypedefElement {
|
|
|
| /// A [MetadataAnnotation] which is constructed on demand.
|
| class PartialMetadataAnnotation extends MetadataAnnotation {
|
| - final Token beginToken;
|
| + final Token beginToken = null;
|
| Expression cachedNode;
|
| Constant value;
|
|
|
|
|