Merge branch 'master' into vm2

This commit is contained in:
Araq
2013-12-13 15:58:03 +01:00
33 changed files with 28859 additions and 234 deletions

View File

@@ -322,7 +322,7 @@ proc isOpImpl(c: PContext, n: PNode): PNode =
var match: bool
let t2 = n[2].typ
case t2.kind
of tyTypeClass:
of tyTypeClasses:
var m: TCandidate
InitCandidate(m, t2)
match = matchUserTypeClass(c, m, emptyNode, t2, t1) != nil