// Common comment line cases. //@Filename: file.tsx //// const a = //// [| //// |] //// ; //// const b = //// {/**/} //// {/**/} //// ; //// const c = [| //// //// //// ; verify.toggleLineComment( `const a = {/**/} {/**/} ; const b = ; //const c = // // ;`);