Index: runtime/lib/integers.dart |
diff --git a/runtime/lib/integers.dart b/runtime/lib/integers.dart |
index 63f868bfdd23568c7431f4facfea3f895f1124d5..9192b28bfa2592d5412ecb1b0e16446bb9d68dbf 100644 |
--- a/runtime/lib/integers.dart |
+++ b/runtime/lib/integers.dart |
@@ -2,8 +2,6 @@ |
// 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. |
-// TODO(srdjan): fix limitations. |
-// - shift amount must be a Smi. |
class _IntegerImplementation extends _Num { |
// The Dart class _Bigint extending _IntegerImplementation requires a |
// default constructor. |