Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/FixFunctionArgument.jl
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ module FixFunctionArgument
# Properties for compatility with `Base.Fix`
const property_name_f = :f
const property_name_x = :x
function Base.propertynames((@nospecialize fix::Fix), ::Bool = false)
Base.@nospecializeinfer function Base.propertynames((@nospecialize fix::Fix), ::Bool = false)
(property_name_f, property_name_x)
end
function Base.getproperty(fix::Fix, name::Symbol)
Expand Down