We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
nospecializeinfer
propertynames
1 parent de3314c commit 7824c94Copy full SHA for 7824c94
1 file changed
src/FixFunctionArgument.jl
@@ -90,7 +90,7 @@ module FixFunctionArgument
90
# Properties for compatility with `Base.Fix`
91
const property_name_f = :f
92
const property_name_x = :x
93
- function Base.propertynames((@nospecialize fix::Fix), ::Bool = false)
+ Base.@nospecializeinfer function Base.propertynames((@nospecialize fix::Fix), ::Bool = false)
94
(property_name_f, property_name_x)
95
end
96
function Base.getproperty(fix::Fix, name::Symbol)
0 commit comments