TypeScript/tests/cases/fourslash/getQuickInfoForIntersectionTypes.ts
2016-09-13 11:49:01 -07:00

8 lines
148 B
TypeScript

////function f(): string & {(): any} {
//// return <any>{};
////}
////let x = f();
////x/**/();
verify.quickInfoAt("", "let x: () => any");