Chromium Code Reviews| Index: lib/compiler/implementation/util/util.dart |
| diff --git a/lib/compiler/implementation/util/util.dart b/lib/compiler/implementation/util/util.dart |
| index 4ce807f518bf55d496aa0aeb8feb75156e52eefe..f00d146b5f455885cfe51d682a4f9ab8e5a38d82 100644 |
| --- a/lib/compiler/implementation/util/util.dart |
| +++ b/lib/compiler/implementation/util/util.dart |
| @@ -9,4 +9,5 @@ |
| /** |
| * Tagging interface for classes from which source spans can be generated. |
| */ |
| +// TODO(johnniwinther): Find a better name. |
| abstract class Spannable {} |