Skip to content

Commit bcb5b8d

Browse files
authored
Update src/utilities.jl
1 parent 27c92b4 commit bcb5b8d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/utilities.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -452,7 +452,7 @@ kws = keywords(f, first(methods(f)))
452452
```
453453
"""
454454
function keywords(func, m::Method)
455-
kwargs = @static if VERSION < v"1.4"
455+
kwargs = @static if VERSION < v"1.4.0-DEV.215"
456456
table::Core.MethodTable = methods(func).mt
457457
# For some reason, the :kwsorter field is not always defined.
458458
# An undefined kwsorter seems to imply that there are no methods

0 commit comments

Comments
 (0)