prettier/tests/return/comment.js

4 lines
35 B
JavaScript

function f() {
return /* a */;
}