mirror of
https://github.com/vlang/v.git
synced 2025-09-14 06:52:36 +03:00
println: make aliases printable
This commit is contained in:
parent
fba8443f30
commit
c8fc262da3
2 changed files with 8 additions and 8 deletions
|
@ -2155,6 +2155,9 @@ fn (p mut Parser) typ_to_fmt(typ string) string {
|
|||
return '%p'
|
||||
}
|
||||
}
|
||||
if t.parent != '' {
|
||||
return p.typ_to_fmt(t.parent)
|
||||
}
|
||||
return ''
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue