let x = 1; // Flow Around const el = ; /**/ x; // ^ defined: 1 // Flow In let foo = { bar: { baz: 1 } }; const el2 = ; // ^ defined: 12 // ^ defined: 13 // ^ defined: 14