| Index: dart/pkg/compiler/lib/src/resolution/members.dart
|
| diff --git a/dart/pkg/compiler/lib/src/resolution/members.dart b/dart/pkg/compiler/lib/src/resolution/members.dart
|
| index ceef4975f2d54dc320aa534ac0d049ff2c2eb73f..057e82bfc3da9ee9f63813bb6fe7c910043c341f 100644
|
| --- a/dart/pkg/compiler/lib/src/resolution/members.dart
|
| +++ b/dart/pkg/compiler/lib/src/resolution/members.dart
|
| @@ -4987,7 +4987,6 @@ Element lookupInScope(Compiler compiler, Node node,
|
| }
|
|
|
| TreeElements _ensureTreeElements(AnalyzableElementX element) {
|
| - if (element.isErroneous) return new TreeElementMapping(element);
|
| if (element._treeElements == null) {
|
| element._treeElements = new TreeElementMapping(element);
|
| }
|
|
|