Files
babel/packages/babylon/test/fixtures/comments/basic/surrounding-while-loop-comments/input.js
2018-01-09 15:36:42 +01:00

2 lines
69 B
JavaScript
Executable File

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