Files
TypeScript/tests
Nathan Shively-Sanders 5537050de1 Update find-all-refs and related test
1. Some special-case code in find-all-refs is no longer relevant.
2. Using the real symbol gives names to more class expressions, so I
made the expression more complex to keep the class truly anonymous in
goToImplementationInterface_07. The quick info display also changes,
from

```
(anonymous local class)
```

to

```
(local class) (Anonymous class)
```

This is more consistent internally and externally, so I think it's a
good change.
2022-10-03 15:46:34 -07:00
..