code-d icon indicating copy to clipboard operation
code-d copied to clipboard

Aliasing `this` gets reported as a problem, and prevents imports from being recognized

Open LiamM32 opened this issue 10 months ago • 1 comments

In my program, I aliased this within a class to an object reference of the class. This listed in the "Problems".

It is line 32 in this file.

It appears to have prevented any symbols defined outside the DUB package from being recognized, as everything started working after this line was removed.

LiamM32 avatar Apr 21 '24 06:04 LiamM32