| Index: sdk/lib/core/int.dart
|
| diff --git a/sdk/lib/core/int.dart b/sdk/lib/core/int.dart
|
| index 2dd2be291d788c155be23ca6414b66f6fc6c7a0f..5d7f79abe5a510eac2cc00e198bd1050649588d4 100644
|
| --- a/sdk/lib/core/int.dart
|
| +++ b/sdk/lib/core/int.dart
|
| @@ -17,6 +17,8 @@ part of dart.core;
|
| * values. The behavior of the operators and methods in the [int]
|
| * class therefore sometimes differs between the Dart VM and Dart code
|
| * compiled to JavaScript.*
|
| + *
|
| + * It is a compile-time error for a class to attempt to extend or implement int.
|
| */
|
| abstract class int extends num {
|
| /** The bit-wise and operator. */
|
|
|