Index: sdk/lib/core/strings.dart |
diff --git a/sdk/lib/core/strings.dart b/sdk/lib/core/strings.dart |
index 5029b46d4badd6f8f560b4dc32fa1410078ec189..9d565a1e22a7f0f4cc717456dc2c7127a9768d71 100644 |
--- a/sdk/lib/core/strings.dart |
+++ b/sdk/lib/core/strings.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; |
+ |
abstract class Strings { |
/** |
* Joins all the given strings to create a new string. |