| Index: dart/sdk/lib/_internal/compiler/implementation/elements/elements.dart
|
| diff --git a/dart/sdk/lib/_internal/compiler/implementation/elements/elements.dart b/dart/sdk/lib/_internal/compiler/implementation/elements/elements.dart
|
| index 30825c74fc79efb95a9d2aef9d117fea2c1958b5..3b725bd347119131be57a4ea12efa0c3f5d08d40 100644
|
| --- a/dart/sdk/lib/_internal/compiler/implementation/elements/elements.dart
|
| +++ b/dart/sdk/lib/_internal/compiler/implementation/elements/elements.dart
|
| @@ -585,7 +585,7 @@ abstract class AmbiguousElement extends Element {
|
|
|
| // TODO(kasperl): This probably shouldn't be called an element. It's
|
| // just an interface shared by classes and libraries.
|
| -abstract class ScopeContainerElement {
|
| +abstract class ScopeContainerElement implements Element {
|
| Element localLookup(SourceString elementName);
|
|
|
| void forEachLocalMember(f(Element element));
|
|
|