| Index: lib/compiler/implementation/dart_backend/backend.dart
|
| diff --git a/lib/compiler/implementation/dart_backend/backend.dart b/lib/compiler/implementation/dart_backend/backend.dart
|
| index 32ee597324b73c0fbd6bcee58f3c6aa5dee4798d..e8fd5806def9ce44a7ff20421c058caf821e57d2 100644
|
| --- a/lib/compiler/implementation/dart_backend/backend.dart
|
| +++ b/lib/compiler/implementation/dart_backend/backend.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 dart_backend;
|
| +
|
| class ElementAst {
|
| final Node ast;
|
| final TreeElements treeElements;
|
|
|