| Index: pkg/analyzer/test/src/context/mock_sdk.dart
|
| diff --git a/pkg/analyzer/test/src/context/mock_sdk.dart b/pkg/analyzer/test/src/context/mock_sdk.dart
|
| index 7d85c4f22c04639dfe28f437b3ea2c5efaadbb99..7721b20de0b781e1cee5c9f9c4b2036d1f8b1cd4 100644
|
| --- a/pkg/analyzer/test/src/context/mock_sdk.dart
|
| +++ b/pkg/analyzer/test/src/context/mock_sdk.dart
|
| @@ -112,6 +112,7 @@ abstract class num implements Comparable<num> {
|
| num operator *(num other);
|
| num operator /(num other);
|
| int toInt();
|
| + double toDouble();
|
| num abs();
|
| int round();
|
| }
|
|
|