| Index: pkg/compiler/lib/src/elements/resolution_types.dart
|
| diff --git a/pkg/compiler/lib/src/elements/resolution_types.dart b/pkg/compiler/lib/src/elements/resolution_types.dart
|
| index 19fd8c8f4a6f32fdf7f688e7d14348e7027bf4b8..d8c775b5f7aa673619a8fe0f0a94af7aa24ee83d 100644
|
| --- a/pkg/compiler/lib/src/elements/resolution_types.dart
|
| +++ b/pkg/compiler/lib/src/elements/resolution_types.dart
|
| @@ -787,8 +787,6 @@ class ResolutionFunctionType extends ResolutionDartType
|
|
|
| String get name => 'Function';
|
|
|
| - int computeArity() => parameterTypes.length;
|
| -
|
| @override
|
| ResolutionDartType get dynamifyMethodTypeVariableType {
|
| if (!containsMethodTypeVariableType) return this;
|
|
|