Files
babel/packages/babel-parser/test/fixtures/comments/basic/surrounding-call-comments/input.js

6 lines
61 B
JavaScript

function a() {
/* before */
foo();
/* after */
}