Skip to content

Commit

Permalink
fix #3743
Browse files Browse the repository at this point in the history
  • Loading branch information
JeffBezanson committed Jul 18, 2013
1 parent 2102c34 commit c84fa90
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions base/inference.jl
Original file line number Diff line number Diff line change
Expand Up @@ -740,6 +740,8 @@ function abstract_eval(e::ANY, vtypes, sv::StaticVarInfo)
return abstract_eval_symbol(e.name, vtypes, sv)
elseif isa(e,LambdaStaticData)
return Function
elseif isa(e,GetfieldNode)
return abstract_eval_global(e.value::Module, e.name)
end

if !isa(e,Expr)
Expand Down

0 comments on commit c84fa90

Please sign in to comment.