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 192dae9512f468378542056ff35ecf893e5e8c85..aa2452051684d5e5bf1452541d57e790dab6f71f 100644 |
| --- a/pkg/analyzer/lib/src/summary/idl.dart |
| +++ b/pkg/analyzer/lib/src/summary/idl.dart |
| @@ -1313,6 +1313,16 @@ abstract class UnlinkedParam extends base.SummaryClass { |
| * implicit. |
| */ |
| EntityRef get type; |
| + |
| + /** |
| + * The length of the visible range. |
|
Paul Berry
2016/02/11 21:10:39
Add comments explaining that when there is no meth
|
| + */ |
| + int get visibleLength; |
| + |
| + /** |
| + * The beginning of the visible range. |
| + */ |
| + int get visibleOffset; |
| } |
| /** |