mirror of
https://github.com/nim-lang/Nim.git
synced 2026-04-20 14:25:23 +00:00
fixes #992
This commit is contained in:
@@ -86,3 +86,9 @@ proc parseResponse(): PJsonNode =
|
||||
if (var n=result["key2"]; n != nil):
|
||||
excMsg &= n.str
|
||||
raise newException(ESynch, excMsg)
|
||||
|
||||
|
||||
|
||||
#bug #992
|
||||
var se = @[1,2]
|
||||
let b = (se[1] = 1; 1)
|
||||
|
||||
Reference in New Issue
Block a user