Index: pkg/front_end/lib/src/fasta/type_inference/type_inference_listener.dart |
diff --git a/pkg/front_end/lib/src/fasta/type_inference/type_inference_listener.dart b/pkg/front_end/lib/src/fasta/type_inference/type_inference_listener.dart |
index f4ad5f8fd4383ed921430a818aab197a0d9aa473..7eeda5eb474ca6d707b59876cdb5feabe1dde5ad 100644 |
--- a/pkg/front_end/lib/src/fasta/type_inference/type_inference_listener.dart |
+++ b/pkg/front_end/lib/src/fasta/type_inference/type_inference_listener.dart |
@@ -87,11 +87,11 @@ class TypeInferenceListener |
debugExpressionExit("conditionalExpression", expression, inferredType); |
bool constructorInvocationEnter( |
- ConstructorInvocation expression, DartType typeContext) => |
+ InvocationExpression expression, DartType typeContext) => |
debugExpressionEnter("constructorInvocation", expression, typeContext); |
void constructorInvocationExit( |
- ConstructorInvocation expression, DartType inferredType) => |
+ InvocationExpression expression, DartType inferredType) => |
debugExpressionExit("constructorInvocation", expression, inferredType); |
bool doubleLiteralEnter(DoubleLiteral expression, DartType typeContext) => |