tsc: 1.8.9, 2.0.0, and nightly ``` ts /** * Do some foo things * @template T A Foolish template */ function foo<T>(): void { } foo() ```  The `@template` should be recognized and not consider as part of summary/description. Ref: #1178