TypeScript/tests/baselines/reference/functionExpressionReturningItself.errors.txt
2014-08-06 13:12:34 -07:00

4 lines
206 B
Plaintext

==== tests/cases/compiler/functionExpressionReturningItself.ts (1 errors) ====
var x = function somefn() { return somefn; };
~
!!! Exported variable 'x' has or is using private name 'somefn'.