Skip to content

Commit 4f71f59

Browse files
committed
fix typo
1 parent ec2fa85 commit 4f71f59

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

base/inference.jl

+1-1
Original file line numberDiff line numberDiff line change
@@ -2304,7 +2304,7 @@ function inlineable(f, e::Expr, atypes, sv, enclosing_ast)
23042304
vnew = unique_name(enclosing_ast, ast)
23052305
add_variable(enclosing_ast, vnew, aeitype, !islocal)
23062306
unshift!(stmts, Expr(:(=), vnew, aei))
2307-
argexprs[i] = argtype===Any ? vnew : SymbolNode(vnew,aeitype)
2307+
argexprs[i] = aeitype===Any ? vnew : SymbolNode(vnew,aeitype)
23082308
stmts_free &= free
23092309
elseif !free && !isType(aeitype)
23102310
unshift!(stmts, aei)

0 commit comments

Comments
 (0)