documentation/test/fixture/var-function-param-return.output.md
Erik Arvidsson 384ccbcf5e Fix inferring return type of var function (#545)
I accidentally broke the detection of the return type in:

```js
var f = function(x: number): boolean {}
```
2016-10-10 17:18:07 -04:00

342 B

f

Parameters

Returns boolean