Skip to content

Commit 30b78d2

Browse files
Liozoupfitzseb
andauthored
Update src/faketypes.jl
Co-authored-by: Sebastian Pfitzner <[email protected]>
1 parent 5c72ba5 commit 30b78d2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/faketypes.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ function FakeTypeName(@nospecialize(x); justname=false)
3939
FakeTypeVar(x)
4040
elseif x isa Core.TypeofBottom
4141
FakeTypeofBottom()
42-
elseif x isa Module && justname
42+
elseif x isa Module
4343
VarRef(x)
4444
else
4545
error((x, typeof(x)))

0 commit comments

Comments
 (0)