Both ```rescript f( // a, // b, ) ``` and ```rescript f( // a, // b, () ) ``` are formatted to ```rescript f() ``` so that the comments disappear.