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

15 lines
324 B
TypeScript

/// <reference path='fourslash.ts' />
////class Bar<T> {
//// public explicitThis(this: this) {
//// console.log(th/*1*/is);
//// }
//// public explicitClass(this: Bar<T>) {
//// console.log(thi/*2*/s);
//// }
////}
verify.quickInfos({
1: "this: this",
2: "this: Bar<T>"
});