You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
julia>using Mocking
julia>struct A
a
end
julia>@patchfunction (a::A)(b) 1end
ERROR: UndefVarError: a not defined
Stacktrace:
[1] top-level scope
@ REPL[4]:1
Note that ExprTools.jl does handle functors properly:
Note that ExprTools.jl does handle functors properly:
The text was updated successfully, but these errors were encountered: