prettier/tests/comments_jsx_same_line/jsx_same_line.js

6 lines
41 B
JavaScript
Raw Normal View History

<div
// comment
>
{foo}
</div>;