Skip to content

Commit 7824c94

Browse files
authored
add nospecializeinfer to propertynames method (#3)
1 parent de3314c commit 7824c94

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/FixFunctionArgument.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ module FixFunctionArgument
9090
# Properties for compatility with `Base.Fix`
9191
const property_name_f = :f
9292
const property_name_x = :x
93-
function Base.propertynames((@nospecialize fix::Fix), ::Bool = false)
93+
Base.@nospecializeinfer function Base.propertynames((@nospecialize fix::Fix), ::Bool = false)
9494
(property_name_f, property_name_x)
9595
end
9696
function Base.getproperty(fix::Fix, name::Symbol)

0 commit comments

Comments
 (0)