Skip to content

Commit 4abba47

Browse files
mlechuaviatesk
andcommitted
Update src/runtime.jl
Co-authored-by: Shuhei Kadowaki <[email protected]>
1 parent 225c8a6 commit 4abba47

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/runtime.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ function interpolate_ast(::Type{SyntaxTree}, ex, values...)
109109
end
110110

111111
function interpolate_ast(::Type{Expr}, ex, values...)
112-
Base.Expr(interpolate_ast(SyntaxTree, ex, values...))
112+
Expr(interpolate_ast(SyntaxTree, ex, values...))
113113
end
114114

115115
#--------------------------------------------------

0 commit comments

Comments
 (0)