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 fc63590 commit 1f88231Copy full SHA for 1f88231
1 file changed
src/requirements_printing.jl
@@ -46,7 +46,7 @@ function format_method(f::Function, argtypes::TupleType; module_names=false, col
46
fname = f
47
typenames = argtypes.parameters
48
if !module_names
49
- fname = typeof(f).name.mt.name
+ fname = nameof(f)
50
mless_typenames = []
51
for t in argtypes.parameters
52
if isa(t, Union)
0 commit comments