| Index: dart/lib/compiler/implementation/closure.dart
|
| diff --git a/dart/lib/compiler/implementation/closure.dart b/dart/lib/compiler/implementation/closure.dart
|
| index 850c670c598be7cb512163e06cdaf91bb363eabc..70e05bdc2087956cb79ce33e7498358387373761 100644
|
| --- a/dart/lib/compiler/implementation/closure.dart
|
| +++ b/dart/lib/compiler/implementation/closure.dart
|
| @@ -77,6 +77,7 @@ class ClosureClassElement extends ClassElement {
|
| compiler.closureClass.ensureResolved(compiler);
|
| supertype = compiler.closureClass.computeType(compiler);
|
| interfaces = const EmptyLink<Type>();
|
| + allSupertypes = new Link<Type>(supertype);
|
| }
|
| bool isClosure() => true;
|
| }
|
|
|