```ts function foo(): number { return 3; } foo() += 4 ``` Causes exception in `transformCompoundAssignment` due to the `cast` in there.
Causes exception in
transformCompoundAssignmentdue to thecastin there.