| Index: pkg/compiler/lib/src/closure.dart
|
| diff --git a/pkg/compiler/lib/src/closure.dart b/pkg/compiler/lib/src/closure.dart
|
| index 1b59ee36689b20d639e2ea3c9478ad53e7807b94..49c0eaec0eba6669f7b6559485ce84fbb58ad719 100644
|
| --- a/pkg/compiler/lib/src/closure.dart
|
| +++ b/pkg/compiler/lib/src/closure.dart
|
| @@ -88,7 +88,7 @@ class ClosureTask extends CompilerTask {
|
|
|
| /// Common interface for [BoxFieldElement] and [ClosureFieldElement] as
|
| /// non-elements.
|
| -abstract class CapturedVariable {}
|
| +abstract class CapturedVariable implements Element {}
|
|
|
| // TODO(ahe): These classes continuously cause problems. We need to
|
| // find a more general solution.
|
|
|