Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(3210)

Unified Diff: pkg/analyzer/lib/src/summary/idl.dart

Issue 2330813002: Reapply abc5051854fd7c98c7ba6b593211e47dcbcec9e8: Remove 'Element.docRange'. (Closed)
Patch Set: Created 4 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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;
/**

Powered by Google App Engine
This is Rietveld 408576698