blob: 3d44fee5e231e1e03eb007fb9376e12463118f8e [file] [log] [blame]
// Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file
// 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.
library resolution;
import '../dart2jslib.dart' hide Diagnostic;
import '../../compiler.dart' show Diagnostic;
import '../tree/tree.dart';
import '../elements/elements.dart';
import '../util/util.dart';
import '../scanner/scannerlib.dart' show PartialMetadataAnnotation;
import 'secret_tree_element.dart' show getTreeElement, setTreeElement;
part 'members.dart';
part 'scope.dart';