so this fails: ``` expectThat(c...
# strikt
c
so this fails:
Copy code
expectThat(contextInfo.contexts).allIndexed { idx->
  if (idx > 0) // don't assert on first element
    get{blah}.isNotNull()
}