swc/crates/jsdoc/tests/fixtures/inlinecomment.js
2021-11-10 16:39:01 +09:00

3 lines
100 B
JavaScript

/** Inline Comment 1 */ this.test = function(){}
/** Inline Comment 2 */ this.test2 = function(){};