| 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 a82ef1bf5fabfd4f405d25c8f87c172227c0c62e..31acca948e4f640e984fd859e18a2e7a10f50d52 100644
|
| --- a/pkg/analyzer/lib/src/summary/idl.dart
|
| +++ b/pkg/analyzer/lib/src/summary/idl.dart
|
| @@ -2235,16 +2235,6 @@ abstract class UnlinkedUnit extends base.SummaryClass {
|
| generated.readUnlinkedUnit(buffer);
|
|
|
| /**
|
| - * If this compilation unit was summarized in fallback mode, the path where
|
| - * the compilation unit may be found on disk. Otherwise empty.
|
| - *
|
| - * When this field is non-empty, all other fields in the data structure have
|
| - * their default values.
|
| - */
|
| - @Id(16)
|
| - String get fallbackModePath;
|
| -
|
| - /**
|
| * Classes declared in the compilation unit.
|
| */
|
| @Id(2)
|
| @@ -2277,6 +2267,16 @@ abstract class UnlinkedUnit extends base.SummaryClass {
|
| List<UnlinkedExportNonPublic> get exports;
|
|
|
| /**
|
| + * If this compilation unit was summarized in fallback mode, the path where
|
| + * the compilation unit may be found on disk. Otherwise empty.
|
| + *
|
| + * When this field is non-empty, all other fields in the data structure have
|
| + * their default values.
|
| + */
|
| + @Id(16)
|
| + String get fallbackModePath;
|
| +
|
| + /**
|
| * Import declarations in the compilation unit.
|
| */
|
| @Id(5)
|
|
|