Chromium Code Reviews| Index: lib/core/num.dart |
| =================================================================== |
| --- lib/core/num.dart (revision 11907) |
| +++ lib/core/num.dart (working copy) |
| @@ -5,10 +5,6 @@ |
| // Dart core library. |
| abstract class num implements Comparable, Hashable { |
| - factory num._uninstantiable() { |
| - throw const UnsupportedOperationException( |
| - "abstract class num cannot be instantiated"); |
| - } |
| // Arithmetic operations. |
| abstract num operator +(num other); |
| abstract num operator -(num other); |