TypeScript/tests/cases/fourslash/smartSelection_JSDoc.ts

11 lines
226 B
TypeScript
Raw Normal View History

2019-04-24 01:41:59 +02:00
/// <reference path="fourslash.ts" />
////// Not a JSDoc comment
/////**
//// * @param {number} x The number to square
//// */
////function /**/square(x) {
//// return x * x;
////}
verify.baselineSmartSelection();