| Index: lib/compiler/implementation/resolver.dart
|
| diff --git a/lib/compiler/implementation/resolver.dart b/lib/compiler/implementation/resolver.dart
|
| index 7929db473aed662805e67fc3971cb31b0c549768..e310735e8f7e2345724d77d85a5d6f06958a561c 100644
|
| --- a/lib/compiler/implementation/resolver.dart
|
| +++ b/lib/compiler/implementation/resolver.dart
|
| @@ -439,7 +439,7 @@ class ResolverTask extends CompilerTask {
|
| element);
|
| }
|
|
|
| - void resolveMetadataAnnotation(MetadataAnnotation annotation) {
|
| + void resolveMetadataAnnotation(PartialMetadataAnnotation annotation) {
|
| compiler.withCurrentElement(annotation.annotatedElement, () => measure(() {
|
| assert(annotation.resolutionState == STATE_NOT_STARTED);
|
| annotation.resolutionState = STATE_STARTED;
|
|
|