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

3 lines
43 B
TypeScript

function f() {
return r => r[this];
}