Skip to content

Commit

Permalink
chore: add hasmethod to nondiff
Browse files Browse the repository at this point in the history
  • Loading branch information
DhairyaLGandhi committed May 8, 2024
1 parent 96bddb0 commit 856be36
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/rulesets/Base/nondiff.jl
Original file line number Diff line number Diff line change
Expand Up @@ -192,6 +192,8 @@
@non_differentiable flush(::Any)
@non_differentiable foreach(::Any, ::Tuple{})

@non_differentiable hasmethod(args...)

@non_differentiable gensym(::Symbol)
@non_differentiable gensym(::String...)
@non_differentiable getindex(::AbstractChar)
Expand Down

0 comments on commit 856be36

Please sign in to comment.