List.get() does not return `null` unless the list ...
# strikt
r
List.get() does not return
null
unless the list allows null entries. It will throw an IndexOutOfBoundsException if the list is empty or
i
is out of range
👍🏼 1