This is a contrived example since the the first comment should probably be a module comment (`/*** three stars */`). Before formatting: ```res /** doc comment */ // comment let a = 1 ``` After formatting: ```res /** doc comment */ let // comment a = 1 ``` [Playground link](https://rescript-lang.org/try?version=v11.1.4&module=esmodule&code=PQKhAIBMHsGN1tAtkgpgOwC7hMAUMMAsmlngDarYCG4AvOAIx5A)