| 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 985c3cd80b454c70c42afa39ece43479a7b074e6..cec5d79fae93776c082bd1eaa9a737325b211d7c 100644
|
| --- a/pkg/analyzer/test/src/context/mock_sdk.dart
|
| +++ b/pkg/analyzer/test/src/context/mock_sdk.dart
|
| @@ -177,7 +177,7 @@ abstract class num implements Comparable<num> {
|
| num operator +(num other);
|
| num operator -(num other);
|
| num operator *(num other);
|
| - num operator /(num other);
|
| + double operator /(num other);
|
| int operator ^(int other);
|
| int operator |(int other);
|
| int operator <<(int other);
|
|
|