mirror of
https://github.com/nim-lang/Nim.git
synced 2026-01-07 21:43:33 +00:00
compiles again
This commit is contained in:
@@ -114,7 +114,7 @@ proc indirectAccess*(a: PNode, b: string, info: TLineInfo): PNode =
|
||||
#if field == nil:
|
||||
# debug deref.typ
|
||||
# echo deref.typ.id
|
||||
internalAssert field != nil, b
|
||||
internalAssert field != nil
|
||||
addSon(deref, a)
|
||||
result = newNodeI(nkDotExpr, info)
|
||||
addSon(result, deref)
|
||||
|
||||
Reference in New Issue
Block a user