| Index: pkg/compiler/lib/src/resolution/operators.dart
|
| diff --git a/pkg/compiler/lib/src/resolution/operators.dart b/pkg/compiler/lib/src/resolution/operators.dart
|
| index 499192f49a288e2f046be5585a9de02d4a62a358..b5d83d9eb50eb91132a1492fcf926854a29e92cc 100644
|
| --- a/pkg/compiler/lib/src/resolution/operators.dart
|
| +++ b/pkg/compiler/lib/src/resolution/operators.dart
|
| @@ -8,7 +8,11 @@ import '../elements/elements.dart';
|
| import '../universe/call_structure.dart' show CallStructure;
|
| import '../universe/selector.dart' show Selector, SelectorKind;
|
|
|
| -enum UnaryOperatorKind { NOT, NEGATE, COMPLEMENT, }
|
| +enum UnaryOperatorKind {
|
| + NOT,
|
| + NEGATE,
|
| + COMPLEMENT,
|
| +}
|
|
|
| class UnaryOperator {
|
| final UnaryOperatorKind kind;
|
|
|