Index: pkg/fixnum/int32.dart |
=================================================================== |
--- pkg/fixnum/int32.dart (revision 14313) |
+++ pkg/fixnum/int32.dart (working copy) |
@@ -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 fixnum; |
+ |
/** |
* An immutable 32-bit signed integer, in the range [-2^31, 2^31 - 1]. |
* Arithmetic operations may overflow in order to maintain this range. |