Index: sdk/lib/core/expando.dart |
diff --git a/sdk/lib/core/expando.dart b/sdk/lib/core/expando.dart |
index f027893ece0b0d39af2668229415b43909f28d61..5df0a7be47ecaaa691e4ee38440539533ae04c55 100644 |
--- a/sdk/lib/core/expando.dart |
+++ b/sdk/lib/core/expando.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 [Expando] allows adding new properties to objects. |
*/ |