Chromium Code Reviews| 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..add1eb712804decfa8ca8fc26fbc33a4356ec187 100644 |
| --- a/pkg/analyzer/lib/src/summary/idl.dart |
| +++ b/pkg/analyzer/lib/src/summary/idl.dart |
| @@ -834,6 +834,7 @@ abstract class LinkedReference extends base.SummaryClass { |
| * [UnlinkedExecutable.localFunctions]. Otherwise zero. |
| */ |
| @Id(6) |
| + @deprecated |
|
Paul Berry
2017/07/10 18:32:46
I'm worried that this will cause compatibility iss
|
| int get localIndex; |
| /** |