You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
import json
type
Foo =ref Bar
Bar =objectdiscard"".parseJson.to Foo
/usercode/in.nim(7, 21) template/generic instantiation of to from here
/nim/lib/pure/json.nim(1217, 11) Error: type mismatch: got <typeof(nil)> but expected 'Bar = object'