| Index: pkg/compiler/lib/src/cps_ir/type_propagation.dart
|
| diff --git a/pkg/compiler/lib/src/cps_ir/type_propagation.dart b/pkg/compiler/lib/src/cps_ir/type_propagation.dart
|
| index 75a473e891ee3d213d14b37aa177069b73748ae6..65ce7f16573e560a503f926f8f8f9d4615c479c4 100644
|
| --- a/pkg/compiler/lib/src/cps_ir/type_propagation.dart
|
| +++ b/pkg/compiler/lib/src/cps_ir/type_propagation.dart
|
| @@ -1244,8 +1244,8 @@ class ConstantExpressionCreator
|
| }
|
|
|
| @override
|
| - ConstantExpression visitDummy(DummyConstantValue constant, arg) {
|
| - throw new UnsupportedError("ConstantExpressionCreator.visitDummy");
|
| + ConstantExpression visitSynthetic(SyntheticConstantValue constant, arg) {
|
| + throw new UnsupportedError("ConstantExpressionCreator.visitSynthetic");
|
| }
|
|
|
| @override
|
|
|