/// // @Filename: foo.tsx //// ////const a = ( ////
//// text ////
////) ////const b = ( ////
//// text //// twice ////
////) //// format.document(); verify.currentFileContentIs(` const a = (
text
) const b = (
text twice
) `);