| Index: pkg/compiler/lib/src/cps_ir/cps_ir_nodes.dart
|
| diff --git a/pkg/compiler/lib/src/cps_ir/cps_ir_nodes.dart b/pkg/compiler/lib/src/cps_ir/cps_ir_nodes.dart
|
| index 3227cf1d01231e123d6e000a6ae1b7dab089e449..f9f33c58f5775a45e5050b7ca0f8bf6583cd1b79 100644
|
| --- a/pkg/compiler/lib/src/cps_ir/cps_ir_nodes.dart
|
| +++ b/pkg/compiler/lib/src/cps_ir/cps_ir_nodes.dart
|
| @@ -401,7 +401,7 @@ class InvokeConstructor extends Expression implements Invoke {
|
| // But then we need to special-case for is-checks with an erroneous .type as
|
| // these will throw.
|
| class TypeOperator extends Expression {
|
| - final Reference<Primitive> receiver;
|
| + Reference<Primitive> receiver;
|
| final DartType type;
|
| final Reference<Continuation> continuation;
|
| // TODO(johnniwinther): Use `Operator` class to encapsule the operator type.
|
|
|