Index: pkg/analyzer/lib/src/summary/resynthesize.dart |
diff --git a/pkg/analyzer/lib/src/summary/resynthesize.dart b/pkg/analyzer/lib/src/summary/resynthesize.dart |
index 431ab144f112d3ae96a6f2ee85fd7e4c577d8085..92938b51ce2dbe15405d35d584699130149adb0d 100644 |
--- a/pkg/analyzer/lib/src/summary/resynthesize.dart |
+++ b/pkg/analyzer/lib/src/summary/resynthesize.dart |
@@ -2099,8 +2099,6 @@ class _UnitResynthesizer { |
executableElement.parameters = parameters; |
} |
} |
- executableElement.type = new FunctionTypeImpl.elementWithNameAndArgs( |
- executableElement, null, getCurrentTypeArguments(skipLevels: 1), false); |
{ |
List<UnlinkedExecutable> unlinkedFunctions = |
serializedExecutable.localFunctions; |