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 1a0da6a5e4519fba797a6e882702cab89a1eb2fa..edccf033c1d7dc4a507bb65b79abf46a91c6a7ae 100644 |
--- a/pkg/compiler/lib/src/constants/constant_system.dart |
+++ b/pkg/compiler/lib/src/constants/constant_system.dart |
@@ -54,6 +54,7 @@ abstract class ConstantSystem { |
BinaryOperation get truncatingDivide; |
BinaryOperation get codeUnitAt; |
+ UnaryOperation get round; |
const ConstantSystem(); |