```val a = somethingReturningNullable() a.shouldNo...
# kotest
s
Copy code
val a = somethingReturningNullable()
a.shouldNotBeNull()
a.foo.shouldBeNull()