| Index: lib/core/double.dart
|
| diff --git a/lib/core/double.dart b/lib/core/double.dart
|
| index 0a4827c4e7673517331bb7738b4f94c4b88415bd..bf6a19a7de10bf83b9476a126f0632d367b14a8e 100644
|
| --- a/lib/core/double.dart
|
| +++ b/lib/core/double.dart
|
| @@ -22,7 +22,7 @@ abstract class double implements num {
|
| abstract double operator %(num other);
|
| abstract double operator /(num other);
|
| abstract double operator ~/(num other);
|
| - abstract double operator negate();
|
| + abstract double operator -();
|
| abstract double abs();
|
| abstract double round();
|
| abstract double floor();
|
|
|