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

2 lines
35 B
TypeScript

var myFn;
function myFn(): any { }