We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
esc
bar
1 parent 0064ab0 commit 00a2f81Copy full SHA for 00a2f81
lib/ArrayInterfaceCore/src/ArrayInterfaceCore.jl
@@ -14,7 +14,7 @@ else
14
if n === 2 && getfield(args, 1) === QuoteNode(:total)
15
return esc(:(Base.@pure $(call)))
16
else
17
- return call
+ return esc(call)
18
end
19
20
0 commit comments