| 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 198943a38db94e07ee4840c0c5c8fe0f1ac4a5f2..d19d189c3a3aa995da3053755aeaa65ff496d593 100644
|
| --- a/pkg/analyzer/lib/src/summary/resynthesize.dart
|
| +++ b/pkg/analyzer/lib/src/summary/resynthesize.dart
|
| @@ -1049,9 +1049,6 @@ class _LibraryResynthesizer {
|
| type = executableElement.parameters[0].type;
|
| }
|
| holder.addAccessor(executableElement);
|
| - // TODO(paulberry): consider removing implicit variables from the
|
| - // element model; the spec doesn't call for them, and they cause
|
| - // trouble when getters/setters exist in different parts.
|
| PropertyInducingElementImpl implicitVariable;
|
| if (isTopLevel) {
|
| implicitVariable = buildImplicitTopLevelVariable(name, kind, holder);
|
| @@ -1514,7 +1511,6 @@ class _LibraryResynthesizer {
|
| }
|
| }
|
| if (type.paramReference != 0) {
|
| - // TODO(paulberry): make this work for generic methods.
|
| return currentTypeParameters[
|
| currentTypeParameters.length - type.paramReference]
|
| .type;
|
|
|