| 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 4da85679f17b0976ffeb6126e1e8a0dedeae36cb..d36bc27ccdcc14bdd66f540b1ca6d5618ce2cbab 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
|
|
|