TypeScript/tests/cases/fourslash/quickInfoOnThis.ts

16 lines
337 B
TypeScript
Raw Normal View History

2014-07-13 01:04:16 +02:00
/// <reference path='fourslash.ts' />
////function someFn1(someFn: { (): void; }) { }
////class Foo {
//// public bar() {
//// someFn1(
//// function doSomething() {
//// console.log(th/**/is);
//// }
//// )
//// }
////}
goTo.marker();
verify.quickInfoIs('any');