TypeScript/tests/cases/fourslash/getJavaScriptQuickInfo1.ts
2016-09-15 11:53:04 -07:00

9 lines
235 B
TypeScript

/// <reference path='fourslash.ts'/>
// @allowNonTsExtensions: true
// @Filename: Foo.js
/////** @type {function(new:string,number)} */
////var /**/v;
verify.quickInfoAt("", "var v: new (arg1: number) => string", undefined);