Background: - Tried to port `is_complex_type_arguments()` from Prettier - #19399 - However, we discovered cases where comments were accidentally deleted - [oxc-project/monitor-oxc/actions/runs/22057084633/job/63727963672](https://github.com/oxc-project/monitor-oxc/actions/runs/22057084633/job/63727963672) - Minimum repro: `const r = /* THIS */ f<T>()` - Therefore, we temporarily reverted it - #19433 Just create an issue for the record.