documentation/test/fixture/sync/alias.input.js
2016-05-22 19:45:32 -04:00

9 lines
191 B
JavaScript

/**
* This is a method that has an alias tag: so it should
* be referred to as nixon, but should still have inference.
* @alias nixon
*/
function dewey(a: number): number {
return a;
}