prettier/tests/comments/dangling_for.js

5 lines
45 B
JavaScript

for // comment
(;;);
for /* comment */(;;);