blob: f00d146b5f455885cfe51d682a4f9ab8e5a38d82 [file] [log] [blame]
// Copyright (c) 2011, 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('org.dartlang.compiler.util');
#import('util_implementation.dart');
#source('link.dart');
/**
* Tagging interface for classes from which source spans can be generated.
*/
// TODO(johnniwinther): Find a better name.
abstract class Spannable {}