mirror of
https://github.com/nim-lang/Nim.git
synced 2026-01-10 06:54:16 +00:00
make tests green again
This commit is contained in:
@@ -384,7 +384,7 @@ proc skipToGenericBody(t: PType; skipped: var SkippedPtr): PType =
|
||||
inc ptrs
|
||||
skipped = skippedPtr
|
||||
r = r.lastSon
|
||||
of tyGenericBody:
|
||||
of tyGenericBody, tyObject:
|
||||
r = r.lastSon
|
||||
else:
|
||||
break
|
||||
|
||||
Reference in New Issue
Block a user