| 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 edccf033c1d7dc4a507bb65b79abf46a91c6a7ae..9a80ec0616082f0562abf2b7262c7885a1a46303 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;
|
|
|