TypeScript/tests/cases/compiler/jsdocTypecastNoTypeNoCrash.ts
Wesley Wigham 73eff819b5 Fix 18224 (#18259)
* Probably fix 18224

* Corrected test
2017-09-06 14:44:29 -07:00

6 lines
117 B
TypeScript

// @allowJS: true
// @outDir: ./out
// @filename: index.js
function Foo() {}
const a = /* @type string */(Foo);