## test case
```d
const almostSimilar = AlmostSimilar;
```
## output
> temp_7FACC26EA3F0.d(1,23): Error: undefined identifier `AlmostSimilar`, did you mean variable `almostSimilar`?
## Notes
The suggestion is wrong. Applying it results in a circular reference error.
Comment #1 by robert.schadek — 2024-12-13T19:33:37Z