| Index: pkg/compiler/lib/src/ssa/graph_builder.dart
|
| diff --git a/pkg/compiler/lib/src/ssa/graph_builder.dart b/pkg/compiler/lib/src/ssa/graph_builder.dart
|
| index 1d83f45506e3cf9ea20e98e8e679a359d72859d1..f3e3ca93f858a2b33062ea33cfa2143aa07c6704 100644
|
| --- a/pkg/compiler/lib/src/ssa/graph_builder.dart
|
| +++ b/pkg/compiler/lib/src/ssa/graph_builder.dart
|
| @@ -243,7 +243,7 @@ abstract class GraphBuilder {
|
| /// Returns the current source element.
|
| ///
|
| /// The returned element is a declaration element.
|
| - Element get sourceElement;
|
| + MemberEntity get sourceElement;
|
|
|
| // TODO(karlklose): this is needed to avoid a bug where the resolved type is
|
| // not stored on a type annotation in the closure translator. Remove when
|
|
|