jsdoc/test/fixtures/augmentstag2.js

7 lines
117 B
JavaScript

// Test for @augments tags that refer to undefined symbols
/**
* @constructor
* @extends Foo
*/
function Bar() {}