TypeScript/tests/cases/fourslash/contextualTypingFromTypeAssertion1.ts

6 lines
176 B
TypeScript
Raw Normal View History

2014-10-07 20:30:27 +02:00
/// <reference path='fourslash.ts'/>
////var f3 = <(x: string) => string> function (/**/x) { return x.toLowerCase(); };
2016-09-09 18:02:55 +02:00
verify.quickInfoAt("", "(parameter) x: string");