mirror of
https://github.com/documentationjs/documentation.git
synced 2026-01-18 14:17:30 +00:00
I accidentally broke the detection of the return type in:
```js
var f = function(x: number): boolean {}
```
3 lines
47 B
JavaScript
3 lines
47 B
JavaScript
/** */
|
|
var f = function(x: number): boolean {}
|