Commit 1eb122af authored by Stefan Behnel's avatar Stefan Behnel

set missing "scope" attribute on "entry.var_entry"

parent 781439ee
......@@ -900,6 +900,7 @@ class BuiltinScope(Scope):
var_entry.is_variable = 1
var_entry.is_builtin = 1
var_entry.utility_code = utility_code
var_entry.scope = entry.scope
entry.as_variable = var_entry
return entry
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment