actual formatting (file name `a.ts`): ``` foo = new Bar < (id: int) => X | Y > (); ``` expected formatting: ``` foo = new Bar<(id: int) => X | Y>(); ```