| Index: lib/compiler/implementation/util/link.dart
|
| diff --git a/lib/compiler/implementation/util/link.dart b/lib/compiler/implementation/util/link.dart
|
| index eab6b96096cd50f7108d25bef253e537fabfd7df..b50b86aeeb87f41df71641d930570f3fb450013d 100644
|
| --- a/lib/compiler/implementation/util/link.dart
|
| +++ b/lib/compiler/implementation/util/link.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 org_dartlang_compiler_util;
|
| +
|
| class Link<T> implements Iterable<T> {
|
| T get head => null;
|
| Link<T> get tail => null;
|
|
|