| Index: tests/compiler/dart2js/backend_dart/sexpr_unstringifier.dart
|
| diff --git a/tests/compiler/dart2js/backend_dart/sexpr_unstringifier.dart b/tests/compiler/dart2js/backend_dart/sexpr_unstringifier.dart
|
| index b414c7f084a40eb4092a2136f3caf046958b0468..56315ad2ad78e314908c829a1c43a8daa2d98e37 100644
|
| --- a/tests/compiler/dart2js/backend_dart/sexpr_unstringifier.dart
|
| +++ b/tests/compiler/dart2js/backend_dart/sexpr_unstringifier.dart
|
| @@ -39,6 +39,10 @@ class DummyLocal extends DummyEntity implements Local {
|
| ExecutableElement get executableContext => null;
|
| }
|
|
|
| +// TODO(karlklose): we should remove all references to [ErroneousElement] from
|
| +// the CPS IR. Instead, the builder must construct appropriate terms for ASTs
|
| +// that could not be resolved correctly. Perhaps the IR should not rely on
|
| +// elements at all for naming.
|
| /// Used whenever a node constructed by [SExpressionUnstringifier] requires
|
| /// an [Element] or [FunctionElement]. Extends [ErroneousElementX] since there
|
| /// is currently a large amount of overhead when extending the base abstract
|
|
|