| Index: pkg/compiler/lib/src/resolution/semantic_visitor_mixins.dart
|
| diff --git a/pkg/compiler/lib/src/resolution/semantic_visitor_mixins.dart b/pkg/compiler/lib/src/resolution/semantic_visitor_mixins.dart
|
| index 7f5b884f315fa3a0aaab8f74beb84d294b915712..0a4a9e48d455a2f5a621d6b843753945e66bc5bd 100644
|
| --- a/pkg/compiler/lib/src/resolution/semantic_visitor_mixins.dart
|
| +++ b/pkg/compiler/lib/src/resolution/semantic_visitor_mixins.dart
|
| @@ -243,7 +243,7 @@ abstract class ErrorBulkMixin<R, A>
|
| R errorNonConstantConstructorInvoke(
|
| NewExpression node,
|
| Element element,
|
| - InterfaceType type,
|
| + DartType type,
|
| NodeList arguments,
|
| CallStructure callStructure,
|
| A arg) {
|
| @@ -4982,7 +4982,7 @@ class TraversalSendMixin<R, A> implements SemanticSendVisitor<R, A> {
|
| R errorNonConstantConstructorInvoke(
|
| NewExpression node,
|
| Element element,
|
| - InterfaceType type,
|
| + DartType type,
|
| NodeList arguments,
|
| CallStructure callStructure,
|
| A arg) {
|
|
|