TypeScript/tests/cases/compiler/topLevelLambda2.ts
2014-07-12 17:30:19 -07:00

3 lines
47 B
TypeScript

function foo(x:any) {}
foo(()=>this.window);