Index: sdk/lib/internal/symbol.dart |
diff --git a/sdk/lib/_collection_dev/symbol.dart b/sdk/lib/internal/symbol.dart |
similarity index 98% |
rename from sdk/lib/_collection_dev/symbol.dart |
rename to sdk/lib/internal/symbol.dart |
index 87517bad2b25bdfed13cc5cd954e7bff6244300a..7a0369a9a5686a9b4fb926e632cd3eced29a11cf 100644 |
--- a/sdk/lib/_collection_dev/symbol.dart |
+++ b/sdk/lib/internal/symbol.dart |
@@ -2,7 +2,7 @@ |
// 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._collection.dev; |
+part of dart._internal; |
/** |
* Implementation of [core.Symbol]. This class uses the same name as |