| Index: pkg/compiler/lib/src/constants/constant_system.dart
|
| diff --git a/pkg/compiler/lib/src/constants/constant_system.dart b/pkg/compiler/lib/src/constants/constant_system.dart
|
| index 2dcaa36cae9e62b6d0009c76ac4e27c766474f7a..b21941acd08b11efce586c9dcab23de4e420408f 100644
|
| --- a/pkg/compiler/lib/src/constants/constant_system.dart
|
| +++ b/pkg/compiler/lib/src/constants/constant_system.dart
|
| @@ -48,6 +48,7 @@ abstract class ConstantSystem {
|
| BinaryOperation get multiply;
|
| UnaryOperation get negate;
|
| UnaryOperation get not;
|
| + BinaryOperation get remainder;
|
| BinaryOperation get shiftLeft;
|
| BinaryOperation get shiftRight;
|
| BinaryOperation get subtract;
|
|
|