```
var x = 'abc'
x = []
x.toString(
```
There are two overloads for `toString`, all of which have the same parameters (none) and subtly different descriptions.
Would be nice to merge the signatures and only show one overload.
var x = 'abc'
x = []
x.toString(
```
There are two overloads for `toString`, all of which have the same parameters (none) and subtly different descriptions.
Would be nice to merge the signatures and only show one overload.