See: https://github.com/rolldown/rolldown/pull/1656#discussion_r1682066215 Caused by https://github.com/oxc-project/oxc/pull/4245 ### In ```js a().b ``` ### Out ```js (a()).b ``` ### Expected ```js a().b ```