| Index: sdk/lib/_internal/compiler/implementation/resolution/members.dart
|
| ===================================================================
|
| --- sdk/lib/_internal/compiler/implementation/resolution/members.dart (revision 21614)
|
| +++ sdk/lib/_internal/compiler/implementation/resolution/members.dart (working copy)
|
| @@ -2735,6 +2735,7 @@
|
| }
|
| if (loopVariableSelector != null) {
|
| mapping.setSelector(declaration, loopVariableSelector);
|
| + registerSend(loopVariableSelector, loopVariable);
|
| } else {
|
| // The selector may only be null if we reported an error.
|
| assert(invariant(declaration, compiler.compilationFailed));
|
|
|