Current, we do not parse binding patterns in an arrow function: ``` let a = ([{ nested }]) => { }; // error TS1005: ';' expected. ```