prettier/tests/return/comment.js

4 lines
35 B
JavaScript
Raw Normal View History

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