TypeScript/tests/cases/compiler/jsdocTypecastNoTypeNoCrash.ts

6 lines
117 B
TypeScript
Raw Normal View History

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