Index: sdk/lib/_internal/compiler/implementation/closure.dart |
=================================================================== |
--- sdk/lib/_internal/compiler/implementation/closure.dart (revision 26339) |
+++ sdk/lib/_internal/compiler/implementation/closure.dart (working copy) |
@@ -264,7 +264,7 @@ |
bool isClosure() => closureElement != null; |
bool isVariableCaptured(Element element) { |
- freeVariableMapping.containsKey(element); |
+ return freeVariableMapping.containsKey(element); |
} |
bool isVariableBoxed(Element element) { |