top | item 41157704

(no title)

tstack | 1 year ago

They most certainly can be null as can “this”.

discuss

order

usefulcat|1 year ago

Only after dereferencing a null pointer, which would be the actual problem, not the fact that some reference or this is null.

Matheus28|1 year ago

You cannot have a null reference unless you invoke undefined behavior first.