=== tests/cases/compiler/functionReturningItself.ts === function somefn() { >somefn : () => typeof somefn return somefn; >somefn : () => typeof somefn }