//// [file.tsx] import React = require('react');
// Not Comment
;
// Not Comment { //Comment just Fine } // Another not Comment
;
// Not Comment { //Comment just Fine "Hi" } // Another not Comment
;
/* Not Comment */ { //Comment just Fine "Hi" }
; //// [file.jsx] "use strict"; exports.__esModule = true; var React = require("react");
// Not Comment
;
// Not Comment { //Comment just Fine } // Another not Comment
;
// Not Comment { //Comment just Fine "Hi"} // Another not Comment
;
/* Not Comment */ { //Comment just Fine "Hi"}
;