| Index: lib/compiler/implementation/tree/unparser.dart
|
| diff --git a/lib/compiler/implementation/tree/unparser.dart b/lib/compiler/implementation/tree/unparser.dart
|
| index 8ea27965c5dc6dbbd714f3d4304e5734e26edfa3..9eb2794823a225543520dce9527115eec70bbba1 100644
|
| --- a/lib/compiler/implementation/tree/unparser.dart
|
| +++ b/lib/compiler/implementation/tree/unparser.dart
|
| @@ -2,6 +2,8 @@
|
| // for details. All rights reserved. Use of this source code is governed by a
|
| // BSD-style license that can be found in the LICENSE file.
|
|
|
| +part of tree;
|
| +
|
| String unparse(Node node) {
|
| Unparser unparser = new Unparser();
|
| unparser.unparse(node);
|
|
|