/** * 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; }