| Index: lib/compiler/implementation/resolved_visitor.dart
|
| diff --git a/lib/compiler/implementation/resolved_visitor.dart b/lib/compiler/implementation/resolved_visitor.dart
|
| index 47fcb883e82ce7facdc193d703369049bce45bd8..8120ac4c2def1128432040600c7d72f27ad7e9c4 100644
|
| --- a/lib/compiler/implementation/resolved_visitor.dart
|
| +++ b/lib/compiler/implementation/resolved_visitor.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 dart2js;
|
| +
|
| abstract class ResolvedVisitor<R> extends Visitor<R> {
|
| TreeElements elements;
|
|
|
|
|