| Index: sdk/lib/_internal/compiler/implementation/compiler.dart
|
| diff --git a/sdk/lib/_internal/compiler/implementation/compiler.dart b/sdk/lib/_internal/compiler/implementation/compiler.dart
|
| index 5cff64ed16c90d645326bdda5cf7cbf554b6ff74..03f950f53e4457621120d9ba642515d80b1aa6f5 100644
|
| --- a/sdk/lib/_internal/compiler/implementation/compiler.dart
|
| +++ b/sdk/lib/_internal/compiler/implementation/compiler.dart
|
| @@ -841,7 +841,6 @@ abstract class Compiler implements DiagnosticListener {
|
| if (identical(message.message.kind, MessageKind.NOT_ASSIGNABLE)) return;
|
| if (identical(message.message.kind, MessageKind.MISSING_RETURN)) return;
|
| if (identical(message.message.kind, MessageKind.MAYBE_MISSING_RETURN)) return;
|
| - if (identical(message.message.kind, MessageKind.ADDITIONAL_ARGUMENT)) return;
|
| if (identical(message.message.kind, MessageKind.METHOD_NOT_FOUND)) return;
|
| }
|
| SourceSpan span = spanFromNode(node);
|
|
|