code: `function(){ return 1 == 0; }` compile,then typescript show TS2365 error
code:
function(){ return 1 == 0; }compile,then typescript show TS2365 error