Chromium Code Reviews| Index: pkg/fixnum/int64.dart |
| =================================================================== |
| --- pkg/fixnum/int64.dart (revision 14313) |
| +++ pkg/fixnum/int64.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 64-bit signed integer, in the range [-2^63, 2^63 - 1]. |
| * Arithmetic operations may overflow in order to maintain this range. |