Closed budde377 closed 2 years ago
There's no reason why we support null, true, and false here, especially when we're asserting that the argument isn't null immediately after.
null
true
false
There's no reason why we support
null
,true
, andfalse
here, especially when we're asserting that the argument isn'tnull
immediately after.