mirror of
https://github.com/nim-lang/Nim.git
synced 2026-06-12 06:38:11 +00:00
NimSymbol has been renamed to NimSym
This commit is contained in:
@@ -33,7 +33,7 @@ contains:
|
||||
of nnkIdent:
|
||||
ident: NimIdent ## the identifier
|
||||
of nnkSym:
|
||||
symbol: NimSymbol ## the symbol (after symbol lookup phase)
|
||||
symbol: NimSym ## the symbol (after symbol lookup phase)
|
||||
else:
|
||||
sons: seq[NimNode] ## the node's sons (or children)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user