| Index: lib/compiler/implementation/ssa/builder.dart
|
| diff --git a/lib/compiler/implementation/ssa/builder.dart b/lib/compiler/implementation/ssa/builder.dart
|
| index e32848f3dfb0c82ec2c03c4d2592b04f94ecb2ad..71cbadaf76c1faf50b7a863b42b8d80d11116c65 100644
|
| --- a/lib/compiler/implementation/ssa/builder.dart
|
| +++ b/lib/compiler/implementation/ssa/builder.dart
|
| @@ -1563,7 +1563,7 @@ class SsaBuilder extends ResolvedVisitor implements Visitor {
|
| compiler.enqueuer.codegen.addToWorkList(callElement, elements);
|
| // TODO(ahe): This should be registered in codegen, not here.
|
| compiler.enqueuer.codegen.registerInstantiatedClass(closureClassElement);
|
| - assert(closureClassElement.members.isEmpty());
|
| + assert(closureClassElement.localScope.isEmpty());
|
|
|
| List<HInstruction> capturedVariables = <HInstruction>[];
|
| for (Element member in closureClassElement.backendMembers) {
|
|
|