TypeScript/tests/cases/fourslash/jsDocFunctionSignatures12.ts

14 lines
280 B
TypeScript
Raw Normal View History

2016-09-01 18:25:49 +02:00
///<reference path="fourslash.ts" />
// @allowJs: true
// @Filename: Foo.js
/////**
//// * @param {{ stringProp: string,
//// * numProp: number }} o
//// */
////function f1(o) {
//// o/**/;
////}
goTo.marker();
verify.quickInfoIs("(parameter) o: any");