diff options
Diffstat (limited to 'compiler/seminst.nim')
-rwxr-xr-x | compiler/seminst.nim | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/compiler/seminst.nim b/compiler/seminst.nim index 0a1a17f72..b54170435 100755 --- a/compiler/seminst.nim +++ b/compiler/seminst.nim @@ -186,6 +186,7 @@ proc generateInstance(c: PContext, fn: PSym, pt: TIdTable, popOwner() c.friendModule = oldFriend dec(c.InstCounter) + if result.kind == skMethod: finishMethod(c, result) proc instGenericContainer(c: PContext, n: PNode, header: PType): PType = var cl: TReplTypeVars |