diff options
Diffstat (limited to 'pkg/ast/clone.go')
| -rw-r--r-- | pkg/ast/clone.go | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/pkg/ast/clone.go b/pkg/ast/clone.go index b915c1f33..b754b7650 100644 --- a/pkg/ast/clone.go +++ b/pkg/ast/clone.go @@ -182,6 +182,7 @@ func (n *Type) Clone() Node { ValueHex: n.ValueHex, Ident: n.Ident, String: n.String, + HasString: n.HasString, HasColon: n.HasColon, Pos2: n.Pos2, Value2: n.Value2, |
