mirror of
https://github.com/nim-lang/Nim.git
synced 2026-04-19 14:00:35 +00:00
fixed: typo
This commit is contained in:
@@ -873,4 +873,4 @@ proc genAsgn(p: BProc, e: PNode, fastAsgn: bool) =
|
||||
proc genStmts(p: BProc, t: PNode) =
|
||||
var a: TLoc
|
||||
expr(p, t, a)
|
||||
InternalAssert a.k notin {locNone, locTemp}
|
||||
InternalAssert a.k in {locNone, locTemp}
|
||||
|
||||
Reference in New Issue
Block a user