| Index: pkg/analyzer/lib/src/summary/format.fbs
|
| diff --git a/pkg/analyzer/lib/src/summary/format.fbs b/pkg/analyzer/lib/src/summary/format.fbs
|
| index e9ca14d0a697f0025fa89db09da1485733559430..34576130a01ca78c0b118849d309f3c12ca32bed 100644
|
| --- a/pkg/analyzer/lib/src/summary/format.fbs
|
| +++ b/pkg/analyzer/lib/src/summary/format.fbs
|
| @@ -1947,15 +1947,6 @@ table UnlinkedTypeParam {
|
| */
|
| table UnlinkedUnit {
|
| /**
|
| - * 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.
|
| - */
|
| - fallbackModePath:string (id: 16);
|
| -
|
| - /**
|
| * Classes declared in the compilation unit.
|
| */
|
| classes:[UnlinkedClass] (id: 2);
|
| @@ -1982,6 +1973,15 @@ table UnlinkedUnit {
|
| exports:[UnlinkedExportNonPublic] (id: 13);
|
|
|
| /**
|
| + * 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.
|
| + */
|
| + fallbackModePath:string (id: 16);
|
| +
|
| + /**
|
| * Import declarations in the compilation unit.
|
| */
|
| imports:[UnlinkedImport] (id: 5);
|
|
|