VarDeclaration.checkNestedReference

Check to see if this variable is actually in an enclosing function rather than the current one. Update nestedrefs[], closureVars[] and outerVars[].

class VarDeclaration
extern (D) final
bool
checkNestedReference

Return Value

Type: bool

true if error occurs.

Suggestion Box / Bug Report