This commit is contained in:
Araq
2018-10-02 19:54:02 +02:00
parent 400a7ff1bb
commit f673fbd91f
2 changed files with 9 additions and 2 deletions

View File

@@ -963,7 +963,8 @@ proc liftParamType(c: PContext, procKind: TSymKind, genericParams: PNode,
let liftBody = liftingWalk(paramType.lastSon, true)
if liftBody != nil:
result = liftBody
result.shouldHaveMeta
result.flags.incl tfHasMeta
#result.shouldHaveMeta
of tyGenericInvocation:
for i in 1 ..< paramType.len: