| Index: lib/compiler/implementation/resolution/members.dart
|
| diff --git a/lib/compiler/implementation/resolution/members.dart b/lib/compiler/implementation/resolution/members.dart
|
| index a6577afc5f3b0f359739cd5e11fc8b6205c58640..fb5cd67997b0b685423776f7c2471f1c1cb9fcc8 100644
|
| --- a/lib/compiler/implementation/resolution/members.dart
|
| +++ b/lib/compiler/implementation/resolution/members.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 resolution;
|
| +
|
| abstract class TreeElements {
|
| Element operator[](Node node);
|
| Selector getSelector(Send send);
|
|
|