Index: sdk/lib/core/sequences.dart |
diff --git a/sdk/lib/core/sequences.dart b/sdk/lib/core/sequences.dart |
index 5ad8a3762a0fbc1d10c075daa0baf5e9ad08b27b..ae0a38cdd96bd9d64f2396222d8d3f8ac38c77fe 100644 |
--- a/sdk/lib/core/sequences.dart |
+++ b/sdk/lib/core/sequences.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.core; |
+ |
/** |
* An indexed sequence of elements of the same type. |
* |