Skip to content

Commit

Permalink
fix merge mistake in fix for #10527
Browse files Browse the repository at this point in the history
  • Loading branch information
JeffBezanson committed Mar 18, 2015
1 parent 65c9d89 commit 0afad35
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion base/inference.jl
Original file line number Diff line number Diff line change
Expand Up @@ -1428,7 +1428,8 @@ function typeinf(linfo::LambdaStaticData,atypes::Tuple,sparams::Tuple, def, cop)
cenv[vname] = vtype
s[1][vname] = vtype
end
for vi = ((ast.args[2][2])::Array{Any,1})
vinflist = (ast.args[2][2])::Array{Any,1}
for vi in vinflist
vi::Array{Any,1}
if (vi[3]&4)!=0
# variables assigned by inner functions are treated like
Expand Down

0 comments on commit 0afad35

Please sign in to comment.