Nim
Nim copied to clipboard
test opening scope for each `when nimvm` branch
trafficstars
fixes #23687, fixes #23688, refs #13450
Every case caught in package CI seems correctly failing. Things like this were already not possible but this is maybe still slightly annoying:
when nimvm:
let a = 123
else:
let a = 456