| Index: lib/compiler/implementation/operations.dart
|
| diff --git a/lib/compiler/implementation/operations.dart b/lib/compiler/implementation/operations.dart
|
| index 4b85e881042379e109c50fe8fe10e432c999927f..3e2d8fb22e45c148b06e1a8e756d0c6b76b6920b 100644
|
| --- a/lib/compiler/implementation/operations.dart
|
| +++ b/lib/compiler/implementation/operations.dart
|
| @@ -168,6 +168,7 @@ class ArithmeticNumOperation implements BinaryOperation {
|
| return new DoubleConstant(foldedValue);
|
| }
|
| }
|
| + return null;
|
| }
|
|
|
| bool isDivide() => false;
|
|
|