Index: sdk/lib/core/int.dart |
diff --git a/sdk/lib/core/int.dart b/sdk/lib/core/int.dart |
index b0f6c137e32451340e212d70d9ddbb43c740720c..261d2c4965cb9a823101d2111aacbd9126cdf340 100644 |
--- a/sdk/lib/core/int.dart |
+++ b/sdk/lib/core/int.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; |
+ |
/** |
* Representation of Dart integers containing integer specific |
* operations and specialization of operations inherited from [num]. |