why does intellij mark `applicants` as being nulla...
# intellij
s
why does intellij mark
applicants
as being nullable here? Does
assertNotNull
not tell the compiler that it's not nullable there?