dmd icon indicating copy to clipboard operation
dmd copied to clipboard

Extract `include` func to dsymbolsem

Open dchidindu5 opened this issue 4 months ago • 3 comments

public bool addisdone = false; /// true if members have been added to scope
public bool onStack = false;

This variables were private before I had to change it to public because I encountered errors like undefined identifier onStack and addisdone`

Still working on them though

dchidindu5 avatar Oct 07 '24 14:10 dchidindu5