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

12 lines
218 B
TypeScript

/// <reference path="fourslash.ts" />
////class Greeter {
//// constructor() {
//// [].forEach((anything)=>{
//// console.log(th/**/is);
//// });
//// }
////}
verify.quickInfoAt("", "this: this");