dmd
dmd copied to clipboard
Extract `include` func to dsymbolsem
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