Files
babel/packages/babel-parser/test/fixtures/comments/basic/surrounding-while-loop-comments/input.js
2018-05-19 00:03:05 -04:00

2 lines
69 B
JavaScript
Executable File

function f() { /* infinite */ while (true) { } /* bar */ var each; }