We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 27c92b4 commit bcb5b8dCopy full SHA for bcb5b8d
src/utilities.jl
@@ -452,7 +452,7 @@ kws = keywords(f, first(methods(f)))
452
```
453
"""
454
function keywords(func, m::Method)
455
- kwargs = @static if VERSION < v"1.4"
+ kwargs = @static if VERSION < v"1.4.0-DEV.215"
456
table::Core.MethodTable = methods(func).mt
457
# For some reason, the :kwsorter field is not always defined.
458
# An undefined kwsorter seems to imply that there are no methods
0 commit comments