Chromium Code Reviews| Index: lib/compiler/implementation/tree/unparser.dart |
| diff --git a/lib/compiler/implementation/tree/unparser.dart b/lib/compiler/implementation/tree/unparser.dart |
| index feec750b022ce4dbf5cfa11646203a7bb2b4115f..2140a2a2d807e859d6e0e3d87c710534e1402fe2 100644 |
| --- a/lib/compiler/implementation/tree/unparser.dart |
| +++ b/lib/compiler/implementation/tree/unparser.dart |
| @@ -123,6 +123,7 @@ class Unparser implements Visitor { |
| sb.add('.'); |
| } else { |
| visit(send.receiver); |
| + if (send.selector.token.kind === KEYWORD_TOKEN) sb.add(' '); |
| } |
| visit(send.selector); |
| } else { |