// @filename: file.tsx
// @jsx: preserve
// @noLib: true
// @skipLibCheck: true
// @libFiles: react.d.ts,lib.d.ts
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"
}
;