I'm still not too clear on what you mean... ``` va...
# kotlintest
d
I'm still not too clear on what you mean...
Copy code
val foo: Foo? = Foo("peter")
val bar: Foo? = null

foo shouldBe bar
? What does KotlinTest do currently that what I mentioned might propose to change?