The SymbolTable dumps for functions do not list the local variables of the function.
This is because the types and/or units of the local variables can not be checked before the function is used, and we can therefore not say anything about the local variables at declaration time. Possible solution might be to dump the symbol table for each unique function instance instead.
The
SymbolTabledumps for functions do not list the local variables of the function.This is because the types and/or units of the local variables can not be checked before the function is used, and we can therefore not say anything about the local variables at declaration time. Possible solution might be to dump the symbol table for each unique function instance instead.