Nullability in an assertion checking method [Answered]
I have a piece of code that checks for nulls in another method, then proceeds to use the values as if they weren't null. How do I annotate the checking method such that the compiler knows that after I've called it, the values are never null?
4 Replies