TypeScript/tests/cases/fourslash/smartSelection_JSDoc.ts
2019-04-23 16:41:59 -07:00

11 lines
226 B
TypeScript

/// <reference path="fourslash.ts" />
////// Not a JSDoc comment
/////**
//// * @param {number} x The number to square
//// */
////function /**/square(x) {
//// return x * x;
////}
verify.baselineSmartSelection();