| 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 15f81a7e69327eaede02330306a1439032699794..c45f83f281cfc6f156dc0667877845e713354ce1 100644
|
| --- a/pkg/analyzer/lib/src/summary/idl.dart
|
| +++ b/pkg/analyzer/lib/src/summary/idl.dart
|
| @@ -2660,6 +2660,13 @@ abstract class UnlinkedUnit extends base.SummaryClass {
|
| int get libraryNameOffset;
|
|
|
| /**
|
| + * Offsets of the first character of each line in the source code.
|
| + */
|
| + @informative
|
| + @Id(17)
|
| + List<int> get lineStarts;
|
| +
|
| + /**
|
| * Part declarations in the compilation unit.
|
| */
|
| @Id(11)
|
|
|