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 96059a1 commit 9045ce2Copy full SHA for 9045ce2
src/global_checks.jl
@@ -42,7 +42,7 @@ function test_method_tables()
42
function_type = if method.sig <: Tuple{Any, RuleConfig, Any, Type, Vararg}
43
_parameters(method.sig)[4]
44
elseif method.sig <: Tuple{Any, Any, Type, Vararg}
45
- @show _parameters(method.sig)[3]
+ _parameters(method.sig)[3]
46
else
47
nothing
48
end
0 commit comments