| Index: pkg/analyzer/lib/src/summary/idl.dart
|
| diff --git a/pkg/analyzer/lib/src/summary/idl.dart b/pkg/analyzer/lib/src/summary/idl.dart
|
| index 70b329bfc2bab5905cb1977404d12caa606cac0e..3cd65626fcc405d53ee3580ef1fbb6a269ac0726 100644
|
| --- a/pkg/analyzer/lib/src/summary/idl.dart
|
| +++ b/pkg/analyzer/lib/src/summary/idl.dart
|
| @@ -1674,6 +1674,7 @@ abstract class UnlinkedDocumentationComment extends base.SummaryClass {
|
| * Length of the documentation comment (prior to replacing '\r\n' with '\n').
|
| */
|
| @Id(0)
|
| + @deprecated
|
| int get length;
|
|
|
| /**
|
| @@ -1681,6 +1682,7 @@ abstract class UnlinkedDocumentationComment extends base.SummaryClass {
|
| * beginning of the file.
|
| */
|
| @Id(2)
|
| + @deprecated
|
| int get offset;
|
|
|
| /**
|
|
|