trezm opened this issue 8 years ago · 1 comments
With code such as:
let someResult /* t:String */; const test = (result) => someResult = result; test(4);
TypeDoc blows up. I imagine this is because type inference isn't working when there's no BlockStatement.
runkit
Closed with #47