Open
Description
Not quite sure what is going on, but I do have a minimal reproducible example:
import elvis
var a: seq[int] = @[]
echo ?(a[0])
type Story* = object
var stories: seq[Story]
echo ?(stories[0])
This prints
false
true
which is pretty counter intuitive, as I'd expect the second echo to print false as well.
Metadata
Assignees
Labels
No labels