TypeScript/tests/cases/fourslash/server/jsdocParamTagSpecialKeywords.ts

14 lines
No EOL
264 B
TypeScript

/// <reference path="../fourslash.ts"/>
// @allowNonTsExtensions: true
// @Filename: test.js
//// /**
//// * @param {string} type
//// */
//// function test(type) {
//// type./**/
//// }
goTo.marker();
verify.completionListContains("charAt");