TypeScript/tests/cases/fourslash/quickInfoOnThis.ts
2014-10-09 13:18:08 -07:00

16 lines
337 B
TypeScript

/// <reference path='fourslash.ts' />
////function someFn1(someFn: { (): void; }) { }
////class Foo {
//// public bar() {
//// someFn1(
//// function doSomething() {
//// console.log(th/**/is);
//// }
//// )
//// }
////}
goTo.marker();
verify.quickInfoIs('any');