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

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

Issue 2982463002: Deprecate UnlinkedVariable.visibleOffset/Length. (Closed)
Patch Set: Created 3 years, 5 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
« no previous file with comments | « pkg/analyzer/lib/src/summary/format.fbs ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 776fef17d1375d10e574251e6dce401b3b5a086f..fb92bf179c263f3eda68f9ca9e1f3e232fcda1fe 100644
--- a/pkg/analyzer/lib/src/summary/idl.dart
+++ b/pkg/analyzer/lib/src/summary/idl.dart
@@ -3348,6 +3348,7 @@ abstract class UnlinkedVariable extends base.SummaryClass {
/**
* If a local variable, the length of the visible range; zero otherwise.
*/
+ @deprecated
@informative
@Id(11)
int get visibleLength;
@@ -3355,6 +3356,7 @@ abstract class UnlinkedVariable extends base.SummaryClass {
/**
* If a local variable, the beginning of the visible range; zero otherwise.
*/
+ @deprecated
@informative
@Id(12)
int get visibleOffset;
« no previous file with comments | « pkg/analyzer/lib/src/summary/format.fbs ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698