Skip to content

Commit

Permalink
Finish comment
Browse files Browse the repository at this point in the history
  • Loading branch information
christiangnrd committed Dec 28, 2024
1 parent 71f95af commit 87c7da9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/syntax.jl
Original file line number Diff line number Diff line change
Expand Up @@ -465,7 +465,7 @@ macro objcproperties(typ, ex)
propertyerror("invalid property specification $(property_arg)")
end

# This complexity
# This complexity is so not definitions are created even if there is a @setproperty/@getproperty
supported = if haskey(kwargs, :minver)
(VersionNumber(get(kwargs, :minver, "0")) < macos_version()) && property unsupportednames
else
Expand Down

0 comments on commit 87c7da9

Please sign in to comment.