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 5c72ba5 commit 30b78d2Copy full SHA for 30b78d2
src/faketypes.jl
@@ -39,7 +39,7 @@ function FakeTypeName(@nospecialize(x); justname=false)
39
FakeTypeVar(x)
40
elseif x isa Core.TypeofBottom
41
FakeTypeofBottom()
42
- elseif x isa Module && justname
+ elseif x isa Module
43
VarRef(x)
44
else
45
error((x, typeof(x)))
0 commit comments