documentation/test/fixture/trailing-only.input.js
2015-10-04 11:39:55 -04:00

8 lines
88 B
JavaScript

function fooBaz() {
return 2;
}
/**
* this is a type
* @return {number} nothing
*/