News

defn.info should only be set for class methods and not for inner functions within them. It is already set correctly in visit_func_def in the first phase of function analysis and doesn't need to be set ...
If variable with some name was declared in global scope of ".coffee" file, and variable with the same name was declared in some function, than fuction will override variable in global scope.