documentation/test/fixture/var-function-param-return.input.js
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

3 lines
47 B
JavaScript

/** */
var f = function(x: number): boolean {}