| 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 888411c0ed88161d286c55186756bd89f648ab67..5b3b24e41d7330e4d16d6df4a318f8b8bf92c1ed 100644
|
| --- a/pkg/analyzer/lib/src/summary/resynthesize.dart
|
| +++ b/pkg/analyzer/lib/src/summary/resynthesize.dart
|
| @@ -339,6 +339,8 @@ class _LibraryResynthesizer {
|
| UnlinkedDocumentationComment serializedDocumentationComment) {
|
| if (serializedDocumentationComment != null) {
|
| element.documentationComment = serializedDocumentationComment.text;
|
| + element.setDocRange(serializedDocumentationComment.offset,
|
| + serializedDocumentationComment.length);
|
| }
|
| }
|
|
|
|
|