Chromium Code Reviews| Index: pkg/compiler/lib/src/tree_ir/tree_ir_nodes.dart |
| diff --git a/pkg/compiler/lib/src/tree_ir/tree_ir_nodes.dart b/pkg/compiler/lib/src/tree_ir/tree_ir_nodes.dart |
| index ab74fa17bcd62ff57d3be0424d17905557dcfbfa..a46ea05dd66d909dca357e1da6070bfc785f336d 100644 |
| --- a/pkg/compiler/lib/src/tree_ir/tree_ir_nodes.dart |
| +++ b/pkg/compiler/lib/src/tree_ir/tree_ir_nodes.dart |
| @@ -494,7 +494,7 @@ class Assign extends Statement { |
| Expression definition; |
| /// If true, this declares a new copy of the closure variable. |
|
asgerf
2015/02/03 10:27:31
"closure variable" -> "variable"
Kevin Millikin (Google)
2015/02/03 14:11:49
Done. Actually, the second part of the comment do
|
| - /// The consequences are similar to [cps_ir.SetClosureVariable]. |
| + /// The consequences are similar to [cps_ir.SetMutableVariable]. |
| /// All uses of the variable must be nested inside the [next] statement. |
| bool isDeclaration; |