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

2 lines
68 B
TypeScript

// @declaration: true
var x = function somefn() { return somefn; };