{ /* comment */ }
;
{/* comment */ }
;
{/* comment */ }
;
{a/* comment */ }
;
{/* comment */ a }
;
{/* comment */ }
;
{/* comment */}
;
{ // single line comment }
;
{ // multiple line comments 1 // multiple line comments 2 }
;
{ // multiple mixed comments 1 /* multiple mixed comments 2 */ /* multiple mixed comments 3 */ // multiple mixed comments 4 }
;
{ // Some very v ery very very merry (xmas) very very long line to break line width limit }
;
{/*
Some very v ery very very long line to break line width limit
*/}
;
{/** * JSDoc-y comment in JSX. I wonder what will happen to it? */}
;
{ /** * Another JSDoc comment in JSX. */ }
;
{}}>
;
{foo}
;
{foo}
;
{foo}
;
{children}
; {}