swc/crates/jsdoc/tests/fixtures/inlinecomment.js

3 lines
100 B
JavaScript
Raw Normal View History

2020-08-14 12:20:25 +03:00
/** Inline Comment 1 */ this.test = function(){}
/** Inline Comment 2 */ this.test2 = function(){};